<div dir="ltr">hi Mathias R et al:<br>  i have a rabbitmq broker setup behind a load-balancer. for reply-queues from the client, i use exclusive and auto-delete queues. these reply-queues are created when the webapp is booted. they are held in a pool of clients(threads) that maybe borrowed by any publisher to wait for replies to simulate RPC semantics. once done with the call the client is returned back to the pool, which again maybe used by some other publisher.<br><br>once in a while, the auto-delete and exclusive reply-queue is deleted. there are no errors in rabbitmq broker except a WARNING REPORT that has high correlation to the time when the queue disappeared <br><pre>=WARNING REPORT==== 6-Mar-2014::15:35:33 ===
closing AMQP connection <0.13020.5> (load_balancer_ip:21303 -> broker_ip:5672):
connection_closed_abruptly<br>it seems this maybe just a "liveness" check from load_balancer, because i find lots of these in the logs.<br></pre><br>is it possible at all that auto-delete, exclusive reply-queues can get swept by load-balancer closing  tcp connection with following amqp shutdown?<br><br>thank you for your attention,<br>-cogitate<br><br></div>