Wednesday, 27 November 2013

RabbitMQ useful commands

Get status of the broker
$ <RABBIT_HOME>/sbin/rabbitmqctl status
Get list of bindings
$ <RABBIT_HOME>/sbin/rabbitmqctl list_bindings
Get list of exchanges
$ <RABBIT_HOME>/sbin/rabbitmqctl list_exchanges
Stop the broker
$ <RABBIT_HOME>/sbin/rabbitmqctl stop
Start the broker
$ <RABBIT_HOME>/sbin/rabbitmq-server 
List of available plugins
$ <RABBIT_HOME>/sbin/rabbitmq-plugins list