<div dir="ltr"><div class="gmail_extra">2013/5/2 Matthieu Labour <span dir="ltr"><<a href="mailto:matthieu.labour@gmail.com" target="_blank">matthieu.labour@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I was wondering if RabbitMQ does provide this ability natively. On other words, it is possible to tell RabbitMQ to deliver messages to the receiver when N messages are sitting in the queues and for when messages have been sitting in the queue for longer than T.</blockquote>
</div><br>In a word: no.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The latter may be simulated via TTL and dead-lettering but it may end up being a more complex solution</div><div class="gmail_extra">
than doing this in your consumer.<br>-- <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>