Created
October 22, 2015 19:51
-
Star
(155)
You must be signed in to star a gist -
Fork
(47)
You must be signed in to fork a gist
-
-
Save sdieunidou/1813409ddfd0185c82c7 to your computer and use it in GitHub Desktop.
create admin user on rabbitmq
This file contains 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 test test | |
rabbitmqctl set_user_tags test administrator | |
rabbitmqctl set_permissions -p / test ".*" ".*" ".*" |
Thanks
Works like a charm. Thank you!
thanks
Thanks its working fine.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works fine! Thank you!