RabbitMQ Overall Consumer Count Issue #14871
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
|
We would need some reproduction steps/tool, because it's definitely not always like that. At the very minimum, explain which protocols you use and if there's anything special going on. Ideally, provide exact steps to trigger this situation. |
Beta Was this translation helpful? Give feedback.
-
|
Protocol use = amqp/ssl |
Beta Was this translation helpful? Give feedback.
-
|
ok, but with this amount of information, I'm not sure we'll spend time on this. I ran a few quick tests and the values matched, so there needs to be something specific that triggers that. If you'd like this get fixed, please spend some time trying to debug this a bit further |
Beta Was this translation helpful? Give feedback.
-
|
rabbitmqctl cli provides output is looks correct but the rmq mgmt global count consumers seems provide wrong info so can you please explain how global count consumer count fetch on rmq mgmt so we can check further on this |
Beta Was this translation helpful? Give feedback.
-
|
@Sameer-Italiya RabbiMQ 4.0 is out of community support. RabbitMQ does not register consumers (except for shovels and federation links), applications do. Many CLI commands are scoped per virtual host, while in the management UI you are looking at a global metric across all virtual hosts. The only relatively recent change related to this metric that I can see is #13198. |
Beta Was this translation helpful? Give feedback.


@Sameer-Italiya RabbiMQ 4.0 is out of community support.
RabbitMQ does not register consumers (except for shovels and federation links), applications do.
Take and inspect a traffic capture and see whether any of the applications (connections) can be adding new consumers without ever cancelling them (leaking them).
Many CLI commands are scoped per virtual host, while in the management UI you are looking at a global metric across all virtual hosts.
The only relatively recent change related to this metric that I can see is #13198.