The aim of this guide is to explain This section describes how to configureĀ multi-tenant AMQP for multiple datacenters.
...
Code Block |
---|
rabbitmqctl add_user admin admin rabbitmqctl set_permissions -p / admin ".*" ".*" ".*" |
...
Watchtower configuration
The Watchtower server must use the same virtual host as the API, and it can also use the same user.
...