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"><<a href="mailto:majek04@gmail.com">majek04@gmail.com</a>></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 <<a href="mailto:habtdemis@gmail.com">habtdemis@gmail.com</a>> wrote:<br>
> We can read messages fine. But due to the large volume of messages our<br>
> system is expected to transport and process, we want to avoid blocking while<br>
> reading messages from a list of queues our direct exchange is bound to. How<br>
> can we achieve that in RabbitMQ?<br>
<br>
</div></div>The normal method to asynchronously receive messages is to use<br>
'basic_consume' command. The blocking method is 'basic_get'.<br>
<br>
What exactly is your question?<br>
<br>
Cheers,<br>
<font color="#888888"> Marek<br>
</font></blockquote></div><br></div>