RabbitMQAdmin

Updated on 20 Sep 2023

rabbitmqadmin

rabbitmqadmin is another great tool for doing admin work with rabbitmq or checking things like users, permissions, queues etc.

rabbitmqadmin list vhosts

And to see the message, I can use the following command.

rabbitmqadmin get queue=q1 --vhost=demo_host -u guest -p guest

I am using guest username because I have assigned the appropriate privileges to that account.

rabbitmqadmin list users