Skip to content

Instantly share code, notes, and snippets.

@bandicoot86
Created January 16, 2015 14:19
Show Gist options
  • Select an option

  • Save bandicoot86/b95c7630d7301c51a3d8 to your computer and use it in GitHub Desktop.

Select an option

Save bandicoot86/b95c7630d7301c51a3d8 to your computer and use it in GitHub Desktop.
Rabbit MQ add user
sudo rabbitmqctl add_user user user
sudo rabbitmqctl set_permissions user ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment