
|
If you were logged in you would be able to see more operations.
|
|
|
|
Seems there might be an issue with DurableSubscribers and messages being dispatched to the consumer. It was reported that the PendingQueueSize shows message, however they dont appear to be dispatched to the consumer.
|
|
Description
|
Seems there might be an issue with DurableSubscribers and messages being dispatched to the consumer. It was reported that the PendingQueueSize shows message, however they dont appear to be dispatched to the consumer. |
Show » |
|
This test shows that Non-Persistent messages are not being cleaned up on durable subscribers. The messages will not be delivered to the consumer, yet they remain and the broker stats for CursoryMemoryUsage and PendingQueueSize reflect these messages.
I have tested this against Apache ActiveMQ 5.5.1 and it does not have the same behavior and the attached test case passes.