[rabbitmq-discuss] Help trying to figure it out a Connection Shutdown
Emile Joubert
emile at rabbitmq.com
Mon Dec 2 15:33:39 GMT 2013
Hi,
On 02/12/13 14:02, Marcos Torres wrote:
> would love to minimize thisand know which ones are the best strategies
> when creating a connection that must last a lot of time.
You should use AMQP heartbeats for connections that will last a long
time, but it looks like you are already doing that. The error message
indicates that no reply to a heartbeat message was received in the
required time. Check in the broker log when the broker thought that
connection terminated. This could happen as a result of a firewall,
load-balancer or network device that maintains a connection for longer
than necessary after the peer has disconnected.
-Emile
More information about the rabbitmq-discuss
mailing list