How can I verify which version of rabbitmq is running on a server?
Is there a command to verify that rabbitmq is running?
I use following command to trim output down to version,
rabbitmqctl status | grep "{rabbit,\"RabbitMQ\""
Output:
{rabbit,"RabbitMQ","3.7.3"},