[rabbitmq-discuss] Inspecting client connections

Simon MacMullen simon at rabbitmq.com
Fri Nov 9 17:00:15 GMT 2012


On 09/11/12 14:22, Daniel Garcia wrote:
> I am using the the python txamqp library to connect to rabbitmq. I've
> set the heartbeat parameter but I am still seeing dead connections on
> the server side when I perform a cluster failover on the client
> (fencing). Is there a way to inspect the connections on the
> rabbitmq-server side to determine if heartbeats are really being used
> for particular connections.

Sure. For some reason lost in the mists of time the broker refers to the 
heartbeat as "timeout", so either:

$ rabbitmqctl list_connections name timeout

Or look at the "Connections" page in the management web UI, under "Timeout".

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list