On 23 February 2012 07:15, Cermak, Marek <span dir="ltr">&lt;<a href="mailto:Marek.Cermak@honeywell.com">Marek.Cermak@honeywell.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
&gt; Why not just send two messages? One to a real queue, and another one,<br>
&gt; with no payload, to a queue called &#39;notifications&#39;.<br>
<br>
It indeed does, but it would be useful in case there is only one producer (or not many of them). We can have lot of producers and that would bring tons of messages in notification queue (in the worst case one for every message in the &#39;real&#39; queue).<br>

Another issue would be sending of such notification messages since producers are not willing to be changed ;-)<br></blockquote><div><br>How about one process that polls (using passive queue.declare) the main queue every n seconds? When the message count changes (hmm, what if consumers are keeping it at zero) it can send a small notification. That way the producers don&#39;t have to be changed.<br>
<br>Tony<br><br>
</div></div>