Created
January 16, 2015 14:19
-
-
Save bandicoot86/b95c7630d7301c51a3d8 to your computer and use it in GitHub Desktop.
Rabbit MQ add user
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
| sudo rabbitmqctl add_user user user | |
| sudo rabbitmqctl set_permissions user ".*" ".*" ".*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment