Quorum Queues Message Count Stats #3235
Unanswered
jerome-zenfolio
asked this question in
Questions
Replies: 1 comment 1 reply
-
I wrote a test program that consumed from a quorum queue with 40 messages acking 1 message every 5 seconds and I get this graph. Please can you try the latest version of RabbitMQ (3.8.9 is quite old now). If that still shows the issue then there must be something else going on either with you consumer (acking all at once) or you configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
The message count stats for a quorum queue that is observed on RabbitMQ management UI and HTTP API are showing incorrect values. I was able to reproduce the scenario in:
In my case a consumer starts processing messages from a queue of say 40 messages. As each message is acknowledged, I would expect to see the message count decreasing in the Management UI. However when observing the UI, the message count is not updated until all 40 messages are acknowledged.
Where as when I use a classic queue for the exact same app, I see the expected result in the UI:
Monitoring the size of a queue and alerting are a critical part of our infrastructure. Could you point me in the direction on how to accurately get these stats for quorum queues?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions