I want to implement High availability for Rabbitmq server.i have read the Rabbitmq provide document,on document is use DRBD,i don’t wants to use DRBD for share storage,from my side i have did clustering with two node and prepare mirror queue.
rest needs to be implemented high availability help me.
Thanks
The HA documentation can be found on the RabbitMQ site at
http://www.rabbitmq.com/ha.html
with the main set up being described in
http://www.rabbitmq.com/clustering.html
This doesn’t involve DRBD and is simply a guide on how to mirror queues across multiple servers.
I have implemented a HA rabbit cluster based on the instructions in the above so I can attest to their clarity.
If you have any specific questions regarding HA setup that isn’t clear from the above then I’m happy to answer them.