Skip to content

Add the / vhost to rabbitmq definitions.json#497

Open
tehasdf wants to merge 1 commit into
masterfrom
add-vhost-to-rabbitmq-definitions-json
Open

Add the / vhost to rabbitmq definitions.json#497
tehasdf wants to merge 1 commit into
masterfrom
add-vhost-to-rabbitmq-definitions-json

Conversation

@tehasdf

@tehasdf tehasdf commented Feb 27, 2017

Copy link
Copy Markdown
Contributor

All our exchanges require that vhost; make sure it is created
always when the exchanges are created, by declaring it in the
definitions file that declares the exchanges.

In normal operation, the / vhost is created when installing
rabbitmq, but it can sometimes be deleted (eg. when resetting
rabbitmq's storage); after that, the exchanges were created as in
the definitions file, but the vhost had to be created by hand.

All our exchanges require that vhost; make sure it is created
always when the exchanges are created, by declaring it in the
definitions file that declares the exchanges.

In normal operation, the / vhost is created when installing
rabbitmq, but it can sometimes be deleted (eg. when resetting
rabbitmq's storage); after that, the exchanges were created as in
the definitions file, but the vhost had to be created by hand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant