[rabbitmq-discuss] Read messages non-blocking in RabbitMQ
Marek Majkowski
majek04 at gmail.com
Tue Jul 26 09:48:43 BST 2011
On Mon, Jul 25, 2011 at 22:49, Demi Zike <habtdemis at gmail.com> wrote:
> We can read messages fine. But due to the large volume of messages our
> system is expected to transport and process, we want to avoid blocking while
> reading messages from a list of queues our direct exchange is bound to. How
> can we achieve that in RabbitMQ?
The normal method to asynchronously receive messages is to use
'basic_consume' command. The blocking method is 'basic_get'.
What exactly is your question?
Cheers,
Marek
More information about the rabbitmq-discuss
mailing list