RabbitMQ queues remain in a "running" state even when there are no consumers connected #13439
-
Community Support Policy
RabbitMQ version used4.0.3 How is RabbitMQ deployed?Debian package Steps to reproduce the behavior in questionI have upgraded rabbitmq to version 4.0.5 in ubuntu 22.04 after that in all the queues, state are showing running even if consumers count is zero |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Feb 28, 2025
Replies: 1 comment
-
@Sameer-Italiya they are "running" because they emit stats and that counts for recent activity. The stats are collected every 5 seconds by default but you can increase this interval (15s-30s sounds reasonable to me). That's also the default management UI update frequency. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Sameer-Italiya they are "running" because they emit stats and that counts for recent activity. The stats are collected every 5 seconds by default but you can increase this interval (15s-30s sounds reasonable to me).
That's also the default management UI update frequency.