bloomberg / amqpprox

An AMQP 0.9.1 proxy server, designed for use in front of an AMQP 0.9.1 compliant message queue broker such as RabbitMQ.
Apache License 2.0
78 stars 16 forks source link

Add missing VHOST config command for amqpprox_ctl #74

Closed Chinmay1412 closed 2 years ago

Chinmay1412 commented 2 years ago

We already support VHOST config command: https://github.com/bloomberg/amqpprox#amqpprox_ctl-example-usage And we also have the config command detail: https://github.com/bloomberg/amqpprox/blob/main/docs/config.md#vhost-commands So we just need to add it in the initial commands list on the same page.