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