RabbitMQ is a message-queueing software also known as a message broker or queue manager.
Queue in RabbitMQ is the buffer that stores messages, while message is the information that is sent from the producer to a consumer through RabbitMQ.
In this note i will show how to list queues in RabbitMQ from the command-line using the rabbitmqctl command. (more…)