-
Notifications
You must be signed in to change notification settings - Fork 0
RabbitMQ Commands
MohanprasadKumar ST edited this page May 16, 2021
·
1 revision
-
rabbitmqadmin -V qa1 list exchanges -u admin -p admin
- To List the available exchanges -
rabbitmqadmin list queues vhost vhost_name node messages queue_name -u admin -p admin
- Get a list of queues, with some columns specified -
rabbitmqctl set_permissions -p vhost_name admin ".*" ".*" ".*"
- used to set permissions for the user -
rabbitmqadmin get queue=my1 -V qa1 -u admin -p admin
- to get Queue Details