[rabbitmq-discuss] Re : Re: Connection closed after 10 minutes. Cause : end-of-stream

Marek Majkowski majek04 at gmail.com
Thu Aug 4 12:56:29 BST 2011


Renaud,

On first glance it looks like a network problem.  Is the connection
between machines stable? Does 'ping' work all the time?

Have you tweaked any tcp/ip settings?

Apart from that, please show us the .net traceback and
rabbitmq logs.

If it is indeed a weird network issue, setting a heartbeat might
help, take a look:
http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.5.1/rabbitmq-dotnet-client-2.5.1-client-htmldoc/html/type-RabbitMQ.Client.ConnectionFactory.html#field-F:RabbitMQ.Client.ConnectionFactory.RequestedHeartbeat

Cheers,
   Marek

On Wed, Aug 3, 2011 at 12:39, Renaud <rmartele at gmail.com> wrote:
>
> Here are two diagrams that will maybe help you.
> The first shows the case where, after 10 minutes, the connection between .NET client and RabbitMQ Server closes itself :
> (the error stack appears in the .NET client console and specifies that the client closed the connection)
>
> The second diagram shows an other test that works fine, without the constraint of 10 minutes :
>
> So, if it was a firewall problem, I think the second test wouldn't work.
> I also precise that ".NET client" from the first diagram, is not the same as ".NET client 1" and ".NET client 2" from the second diagram. But, it establishes the connection exactly the same way...
> Would the problem come from the Java clients?
> Java clients doesn't seem to be affected by this closure of connection after 10 minutes.
> Thanks for any help!
> Renaud
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list