[rabbitmq-discuss] Suddenly dropping all conns?

Michael Klishin mklishin at gopivotal.com
Thu Sep 12 11:20:29 BST 2013


ku3ia:

> var connectionFactory = new ConnectionFactory { Uri =
> "amqp://guest:guest@10.112.1.250:5672/%2F" };

Please set RequestedHeartbeat here.

> var conn = connectionFactory.CreateConnection();

Our hypothesis is that when you breakpoint a C# client, the entire VM is paused
and so heartbeat sender does not send anything out. With ElasticSearch RabbitMQ
river, no breakpoints are involved, so heartbeat sender is able to do its job.

MK



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130912/74cb5115/attachment.pgp>


More information about the rabbitmq-discuss mailing list