Created
March 8, 2017 05:49
-
-
Save ravituvar/2f57616b703affdbfdb18211bff50295 to your computer and use it in GitHub Desktop.
Manage RabbitMQ
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
rabbitmqctl add_user admin admin | |
rabbitmqctl set_user_tags admin administrator | |
rabbitmqctl set_permissions -p / admin ".*" ".*" ".*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment