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

How to use vhost #8

Open
darksmoke opened this issue May 19, 2017 · 3 comments
Open

How to use vhost #8

darksmoke opened this issue May 19, 2017 · 3 comments

Comments

@darksmoke
Copy link

How to use vhost? My queue is in vhost. There is a possibility?

@dubek
Copy link
Owner

dubek commented May 21, 2017

Add the RabbitMQ vhost name at the end of the AMQP URI. For example:

rabbitmq-dump-queue -uri="amqp://user:[email protected]:5672/myvhost" ...

Please let me know if worked — I'll add a short explanation about it in the README.

@jalex19100
Copy link

In my case, the vhost was /myvhost and I had to use this format:
-uri="amqp://user:[email protected]:5672//myvhost"

@pc-star
Copy link

pc-star commented Nov 20, 2019

I was able to run successfully the command using the syntax suggested from @dubek . If possible, please update the README, will be easier for anyone else to find it, instead of looking at the opened issues

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

No branches or pull requests

4 participants