Skip to content

Instantly share code, notes, and snippets.

@onahirniak
Forked from sdieunidou/rabbitmq.txt
Created June 19, 2017 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onahirniak/5a484ff86f1820fe794dc32bc2eab311 to your computer and use it in GitHub Desktop.
Save onahirniak/5a484ff86f1820fe794dc32bc2eab311 to your computer and use it in GitHub Desktop.
create admin user on rabbitmq
rabbitmqctl add_user test test
rabbitmqctl set_user_tags test administrator
rabbitmqctl set_permissions -p / test ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment