babinc / amqp-client-cli

12 stars 2 forks source link

Support for RabbitMQ vhosts? #1

Open elasticdotventures opened 1 year ago

elasticdotventures commented 1 year ago

is there an obvious way to specify which RabbitMQ Vhost ?

elasticdotventures commented 1 year ago

https://www.rabbitmq.com/uri-spec.html

elasticdotventures commented 1 year ago

amqp_URI = "amqp://" amqp_authority [ "/" vhost ] [ "?" query ]

babinc commented 1 year ago

Unfortunately I did not add the feature of vhost in the connection. But it is something I can work on if you think this is a feature that is needed.