Skip to content

Instantly share code, notes, and snippets.

@farooqarahim
Created September 19, 2018 08:37
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 farooqarahim/6bfd4267b0c5583ffa3cd05a5c855559 to your computer and use it in GitHub Desktop.
Save farooqarahim/6bfd4267b0c5583ffa3cd05a5c855559 to your computer and use it in GitHub Desktop.
Create a new Admin User on rabbitmq
rabbitmqctl add_user username password
rabbitmqctl set_user_tags username administrator
rabbitmqctl set_permissions -p / username ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment