I am looking for a way to create and configure vhosts in rabbitmq with kombu but found nothing in the documentations. Is there a way to do so? In addition - is there a permission / role in rabbitmq (other than admin) that allows to create vhosts?
Asked
Active
Viewed 238 times
1 Answers
0
I'm not familiar with kombu, but if it can call an external command, namely rabbitmqctl, than it could use it to create the vhost. Also there is way by using the http API (just look for create a new vhost).
You can create a new user (using the aforementioned methods or WebUI) and give it any permission you want - if tagged as administrator that user will be able to create new vhosts.

cantSleepNow
- 9,691
- 5
- 31
- 42