Verify version of rabbitmq

前端 未结 11 2043
误落风尘
误落风尘 2020-12-23 15:30

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

Is there a command to verify that rabbitmq is running?

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 16:12

    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

提交回复
热议问题