Skip to content

Instantly share code, notes, and snippets.

@satishdotpatel
Last active November 19, 2020 15:17
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 satishdotpatel/88df02e4e82c698406ec4c84506a2a76 to your computer and use it in GitHub Desktop.
Save satishdotpatel/88df02e4e82c698406ec4c84506a2a76 to your computer and use it in GitHub Desktop.
rabbitmq-add-admin
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