py-amqplib

Getting number of messages in a RabbitMQ queue

Getting number of messages in a RabbitMQ queue Question: We’re using amqplib to publish/consume messages. I want to be able to read the number of messages on a queue (ideally both acknowledged and unacknowledged). This will allow me to show a nice status diagram to the admin users and detect if a certain component is …

Total answers: 3