You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if there is a way to use multiple hosts or a cluster_url in RabbitMQ config file, in case if we want to use a RabbitMQ cluster setup.
Hi,
I would like to know if there is a way to use multiple hosts or a cluster_url in RabbitMQ config file, in case if we want to use a RabbitMQ cluster setup.
Eg:
sensor_config:
host:
- "192.168.0.1"
- "192.168.0.2"
- "192.168.0.3"
username: "guest"
password: "guest"
rabbitmq_queue_sensor:
queues:
- ""
deserialization_method: "json"
Thanks,
Manideep
The text was updated successfully, but these errors were encountered: