How to get the number of messages (count) from Ready & Unacked #1303
-
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Feb 22, 2023
Replies: 1 comment 2 replies
-
@michaelklishin any advice? Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FTR, I find it rude when project maintainers are mentioned directly over a question two minutes after it was asked.
See
QueueDeclareOk
. It returns the numberof messages in Ready state and the number of registered consumers. If you need access more metrics,
use an HTTP API client, or something like Prometheus (and its metrics clients).