Skip to content

Instantly share code, notes, and snippets.

@dangerousbeans
Created June 12, 2012 16:03
Show Gist options
  • Select an option

  • Save dangerousbeans/2918404 to your computer and use it in GitHub Desktop.

Select an option

Save dangerousbeans/2918404 to your computer and use it in GitHub Desktop.
RabbitMQ Control
sudo rabbitmqctl delete_vhost /
sudo rabbitmqctl create_vhost /
sudo rabbitmqctl set_permissions -p / guest '.*' '.*' '.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment