I have a RabbitMQ cluster with 3 nodes. I use amqpstorm. I am looking for a way to specify all node information at the stage where I will establish a connection and have amqpstorm manage the connection between the nodes. In case of a failover, it should be able to use the other node or establish connections by load balancing. Is this possible with the current realese?
For example:
connection = amqpstorm.Connection(hostname="10.x.x.10,10.x.x.11,10.x.x,12")
I have a RabbitMQ cluster with 3 nodes. I use amqpstorm. I am looking for a way to specify all node information at the stage where I will establish a connection and have amqpstorm manage the connection between the nodes. In case of a failover, it should be able to use the other node or establish connections by load balancing. Is this possible with the current realese?
For example: