<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/1/25 Max E. Kuznecov <span dir="ltr">&lt;<a href="mailto:syhpoon@gmail.com" target="_blank">syhpoon@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I&#39;m observing a constant growth in queues memory as the time passes despite the fact rabbitmqctl shows zeros in messages column.</blockquote></div><br>Max,<br><br clear="all"><div style>RabbitMQ will not delete queues when they have 0 messages in them. You have a number of options</div>

<div style>to deal with the temporary queues explosion:</div><div style><br></div><div style> * Clean them up manually after clients receive responses</div><div style> * Use auto-delete queues and remove consumers (they will be deleted when the last consumer disconnects)</div>

<div style> * Use exclusive queues. They will be removed when the connection that declared them closes.</div><div style><br></div><div style>The latter is probably not an option for long running systems.</div>-- <br>MK<br>

<br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>