Skip to content

Instantly share code, notes, and snippets.

@sdieunidou
Created October 22, 2015 19:51
Show Gist options
  • Save sdieunidou/1813409ddfd0185c82c7 to your computer and use it in GitHub Desktop.
Save sdieunidou/1813409ddfd0185c82c7 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 ".*" ".*" ".*"
@jaganysa
Copy link

Thanks its working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment