google-templatesrabbitmq

Check RabbitMQ cluster status

To check the status of your RabbitMQ cluster, log in to the master server host through SSH, execute the RabbitMQ command line client with the cluster_status parameter, like this:

sudo rabbitmqctl cluster_status

The output of these commands will be a list of cluster nodes and their current status.

Last modification September 10, 2018