← Back to team overview

txamqp-dev team mailing list archive

dead connections on server solved with heartbeats?

 

It looks like setting heartbeats is as simple as passing heartbeat=30
to __init__ in AMQClient.  I hope that solves the rabbitmq server
problem where connections appear established even though, the client
has dropped the connection because of bad network connectivity.  This
post said heartbeats fix the issue
http://old.nabble.com/Dead-but-still-established-connections-in-RabbitMQ-on-EC2-td27433818.html.

Do the heartbeats also tell the server to do something or are they
only a client side setting.

-Nate



Follow ups