RabbitMQ - Monitoring and Management
Given the output of
What is the total number of messages currently in all queues?
rabbitmqctl list_queues name messages_ready messages_unacknowledged as:queue1 10 5 queue2 0 0 queue3 3 2
What is the total number of messages currently in all queues?
