Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQContainer - support declaring an exchange within a specific vhost #2361

Closed
dangets opened this issue Feb 18, 2020 · 0 comments · Fixed by #2362
Closed

RabbitMQContainer - support declaring an exchange within a specific vhost #2361

dangets opened this issue Feb 18, 2020 · 0 comments · Fixed by #2362

Comments

@dangets
Copy link
Contributor

dangets commented Feb 18, 2020

The current .withExchange methods don't support declaring an exchange within a specific vhost. The corresponding rabbitmqadmin command is something like: rabbitmqadmin --vhost myVhost declare exchange name=myExchange type=fanout ...

I'll submit a PR shortly as this seems pretty straightforward, and am willing to redo it if #1775 gains traction.

@dangets dangets changed the title Support declaring an exchange within a specific vhost RabbitMQContainer - support declaring an exchange within a specific vhost Feb 18, 2020
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 a pull request may close this issue.

1 participant