Verify version of rabbitmq

Hussain Fakhruddin picture Hussain Fakhruddin · Sep 29, 2011 · Viewed 93.1k times · Source

How can I verify which version of rabbitmq is running on a server?

Is there a command to verify that rabbitmq is running?

Answer

Marek picture Marek · Sep 29, 2011

sudo rabbitmqctl status

and look for line that looks like that:

{rabbit,"RabbitMQ","2.6.1"},