Skip to content

Instantly share code, notes, and snippets.

@St0iK
Forked from sdieunidou/rabbitmq.txt
Created July 14, 2017 09:16
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 St0iK/e3119e4f1d669ef89f64702577cae23c to your computer and use it in GitHub Desktop.
Save St0iK/e3119e4f1d669ef89f64702577cae23c 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