<div><br></div>Incidentally, we figured out what the problem is.<div><br></div><div>It seems that when the watermark checking was added in RabbitMQ 2.8.1, there was a feature that was added that basically blocks all currently-open connections until the watermark thresholds are cleared. What was happening on our build servers is that the test instance of RabbitMQ was just barely crossing the disk watermark threshold to where the MQ server started blocking connections. This would happen intermittently, depending on which side of the watermark the free disk space was at.</div><div><br></div><div>It seems that the connection blocking, in turn, <i style="font-weight: bold;">also</i>&nbsp;blocks close requests from being ack'd! This certainly seems like a bug to me – I'm not sure why the server should deny already-connected clients the ability to close their connections.</div><div><br></div><div>At any rate, I wanted to post to this thread in case anyone else ran into this error.</div><div><br></div><div>Sankalp Acharya</div><div>WhaleShark Media<br><br>On Friday, January 11, 2013 3:58:31 PM UTC-6, Sankalp Acharya wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div><br></div>Hi,<div><br></div><div>We are seeing this same exact behavior, but on a newer version of RabbitMQ (2.8.2).</div><div><br></div><div>What's strange is that the problem had not been occurring until recently. We are also using Spring AMQP (1.1.3), and we have virtually the same use case (running from unit tests, the test tries to wind down, and on disposing the Spring context, it tries to close the CachingConnectionFactory, upon which we are trying to close the connection to RabbitMQ, etc.)</div><div><br></div><div>Is there something else we are missing, that we need to do (either in the configuration of our CachingConnectionFactory, or in the rest of our Spring wireup) in order to not run into this issue?</div><div><br></div><div>Regards,</div><div>Sankalp Acharya</div><div>WhaleShark Media</div><div><br>On Wednesday, March 7, 2012 9:11:45 AM UTC-6, Simon MacMullen wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">On 07/03/12 14:41, Benjamin Bennett wrote:<br>&gt; Just wondering if this has been fixed in the latest releases?<p>Yes, it was fixed in 2.7.1.</p><p>Cheers, Simon</p><p>-- <br>Simon MacMullen<br>RabbitMQ, VMware<br>______________________________<wbr>_________________<br>rabbitmq-discuss mailing list<br><a>rabbitmq...@lists.rabbitmq.com</a><br><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<wbr>cgi-bin/mailman/listinfo/<wbr>rabbitmq-discuss</a><br></p><p></p><p></p></blockquote></div></blockquote></div>