postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.7k stars 357 forks source link

RabbitMQ failover server #454

Open girijass opened 7 years ago

girijass commented 7 years ago

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

rtorrero commented 7 years ago

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

grigorov commented 5 years ago

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