How can I verify which version of rabbitmq is running on a server?
Is there a command to verify that rabbitmq is running?
On debian systems, you can just run:
dpkg-query --showformat='${Version}' --show rabbitmq-server