<div class="gmail_extra">2012/11/12 Mohsen Lotfizad <span dir="ltr">&lt;<a href="mailto:mtlotfizad@gmail.com" target="_blank">mtlotfizad@gmail.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

the problem is that in my WeatherConsumer when I try to read a message (with nextDelivery() ) the thread go to wait! So I guess the problems raise from using a channel for many consumers.</blockquote></div><br>There is no guarantee that there is a message to receive immediately, so QueueingConsumer#nextDelivery</div>

<div class="gmail_extra">waits for it to become available. If you need to start 20 of them, start them in 20 threads.<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><br>
</div>