How can I verify which version of rabbitmq is running on a server?
Is there a command to verify that rabbitmq is running?
Login to management ui and in top right you can find the version. Also use the following command to find the version
# sudo bash
# rabbitmqctl status | grep rabbit