Skip to content

RabbitMQ Commands

MohanprasadKumar ST edited this page May 16, 2021 · 1 revision
  1. rabbitmqadmin -V qa1 list exchanges -u admin -p admin - To List the available exchanges
  2. rabbitmqadmin list queues vhost vhost_name node messages queue_name -u admin -p admin - Get a list of queues, with some columns specified
  3. rabbitmqctl set_permissions -p vhost_name admin ".*" ".*" ".*" - used to set permissions for the user
  4. rabbitmqadmin get queue=my1 -V qa1 -u admin -p admin - to get Queue Details
Clone this wiki locally