Skip to content

Instantly share code, notes, and snippets.

@fay
Created September 12, 2012 08:30
Show Gist options
  • Save fay/3705235 to your computer and use it in GitHub Desktop.
Save fay/3705235 to your computer and use it in GitHub Desktop.
rabbit mq
$ rabbitmqctl add_user myuser mypassword
$ rabbitmqctl add_vhost myvhost
$ rabbitmqctl set_permissions -p myvhost myuser ".*" ".*" ".*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment