Created
June 12, 2012 16:03
-
-
Save dangerousbeans/2918404 to your computer and use it in GitHub Desktop.
RabbitMQ Control
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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