Last active
November 15, 2016 07:25
-
-
Save fxp/b1a92b88c5e3873f82fcd5c7ec4718b5 to your computer and use it in GitHub Desktop.
Install rabbitmq management UI on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rabbitmq-plugins enable rabbitmq_management | |
rabbitmqctl add_user test test | |
rabbitmqctl set_user_tags test administrator | |
# Admin panel hosted on [ip_address]:15672 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment