failover « rabbitmq « Java Enterprise Q&A





1. How to make RabbitMQ queues failover?    stackoverflow.com

RabbitMQ supports clustering by default, but queues aren't replicated and are bound to the node on which they're created. I'm now looking for ways to make RabbitMQ highly available other than ...

2. RabbitMQ loadbalancing and failover with ipvsadm LVS    stackoverflow.com

We have a plateform that uses 2 rabbitmq nodes loadbalanced by a linux LVS (ipvsadm) in front. We have ipvsadm configured with persistent connections and clients with heartbeat. So far so ...