[rabbitmq-discuss] Suddenly dropping all conns?

ku3ia demesg at gmail.com
Wed Sep 11 20:05:20 BST 2013


Matthias Radestock-3 wrote
> Perhaps the client you are using isn't supporting heartbeats properly.

Hm... I'd removed haproxy, set up and Vbox machine. Install there RMQ. In my
simple c# application I'm connecting directly to RMQ server. I set
RequestedHeartbeat of ConnectionFactory to 10 (means 10 seconds as I
understand). Run my application, set breakpoint after creating connection
and channel. After 10 seconds connectin dropped and in the RMQ logs I saw
like:
{heartbeat_timeout,running}
Also in debug I see that property IsOpen of IConnection object is set to
true, but channel is closed.

When I remove requestedHeardbeat parameter looks like fine, connection
didn't dropped...

Please advise: does current release of c# binaries are properly support
heartbeats? Does anyone have the same problem or maybe I made a mistake?





--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Suddenly-dropping-all-conns-tp16885p29537.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list