<div dir="ltr">The load balancer closing connections would look something like this in the RMQ logs, yes?<div><br></div><div><div>=WARNING REPORT==== 30-Jan-2014::15:25:08 ===</div><div>closing AMQP connection <0.31743.12> (<a href="http://10.206.20.1:2750">10.206.20.1:2750</a> -> <a href="http://10.206.20.167:5672">10.206.20.167:5672</a>):</div>
<div>connection_closed_abruptly</div></div><div><br></div><div>Those happen between 1 and 3 times a minute. Is this a common problem? We obviously need load balancing to make use of clustering.</div><div><br></div><div>Is there a way of keeping the connection Alive?</div>
<div><br></div><div>Pat</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 January 2014 17:13, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 30/01/14 17:10, Patrick Long wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The only way I could see it happen was if one of the other processing<br>
threads looking at the _*same *_queue called close. However they do not<br>
share channels and I assume that closing on a channel different to the<br>
one that retrieved the message would not effect the Unacked state, correct?<br>
</blockquote>
<br>
That's correct. Closing a channel releases all the unacked messages on that channel...<br>
<br>
On 30/01/14 17:12, Patrick Long wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ah so that makes it sound like the connection does not need to be<br>
closed by the specific channel for that to happen<br>
</blockquote>
<br>
...and closing a connection implicitly closes all the channels on that connection, releasing all their unacked messages.<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, Pivotal<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Patrick Long - Munkiisoft Ltd
</div>