node-amqp icon indicating copy to clipboard operation
node-amqp copied to clipboard

RabbitMQ failover server

Open girijass opened this issue 8 years ago • 2 comments

Can you please let me know how to configure the rabbitmq fail over server . I have 3 rabbit server. I should able to configure that way if one of the server down it should pick the second one.

Thanks

girijass avatar Apr 17 '17 16:04 girijass

I'm also wondering the same. Did you find a solution?

rtorrero avatar Jun 16 '17 15:06 rtorrero

I use LoadBalancer (haproxy) - frontend for clients. backend - RabbitMQ cluster 3 nodes. Need configure heartbeat for cluster.

grigorov avatar May 29 '19 12:05 grigorov