RabbitMQ Overall Consumer Count Issue #14871
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
RabbitMQ Version = 4.0.5
Erlang Version = 27.3.4
OS = Ubuntu 22.04
RabbitMQ Overall consumer count shows a difference in the RabbitMQ Management Global Count section and with the rabbitmqctl command line
Reproduction steps
...
Expected behavior
Overall consumer count should be the same between RabbitMQ Mgmt global count and with the rabbitmqctl cli
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions