Hi, You probably need a load balancer to re route the client to the server that's still up. You could detect the node shut down on your client, and act accordingly. And yes, RabbitMQ supports configurable heartbeats. See here: http://www.rabbitmq.com/reliability.html Regards, Alvaro