Skip to content

Instantly share code, notes, and snippets.

@HarshaSuranjith
Forked from sdieunidou/rabbitmq.txt
Created February 23, 2018 12:01
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 HarshaSuranjith/aec2e66e3e0db1f450db1aa8e834b8ea to your computer and use it in GitHub Desktop.
Save HarshaSuranjith/aec2e66e3e0db1f450db1aa8e834b8ea 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