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 _______________________________________________ Mailing list: https://launchpad.net/~txamqp-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~txamqp-dev More help : https://help.launchpad.net/ListHelp

