We actually was looking to read messages without actively waiting for a message to arrive if the queue is empty at that point for example. The basic_get method did the trick. Thanks though!<div><br></div><div>Regards,</div>
<div>Demiss�<br><br><div class="gmail_quote">On Tue, Jul 26, 2011 at 3:48 AM, Marek Majkowski <span dir="ltr">&lt;<a href="mailto:majek04@gmail.com">majek04@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Mon, Jul 25, 2011 at 22:49, Demi Zike &lt;<a href="mailto:habtdemis@gmail.com">habtdemis@gmail.com</a>&gt; wrote:<br>
&gt; We can read messages fine. But due to the large volume of messages our<br>
&gt; system is expected to transport and process, we want to avoid blocking while<br>
&gt; reading messages from a list of queues our direct exchange is bound to. How<br>
&gt; can we achieve that in RabbitMQ?<br>
<br>
</div></div>The normal method to asynchronously receive messages �is to use<br>
&#39;basic_consume&#39; command. The blocking method is &#39;basic_get&#39;.<br>
<br>
What exactly is your question?<br>
<br>
Cheers,<br>
<font color="#888888"> �Marek<br>
</font></blockquote></div><br></div>