[rabbitmq-discuss] asynchronous fetching messages from rabbitMQ queues
pavuuu
pavankumar.manikonda at schneider-electric.com
Mon Oct 24 12:51:35 BST 2011
Is it possible to fetch messages asynchronously from rabbitMQ queues ?
Colz when I do two consecutive BasicConsume's on any particular queue, I get
the same message twice.
If I have to fetch the first two messages, I have to do
BasicConsume -- BasicAck -- BasicConsume -- BasicAck
Also, will the client library supports fetching, say top 100, messages of
any particular queue. ?
--
View this message in context: http://old.nabble.com/asynchronous-fetching-messages-from-rabbitMQ-queues-tp32709671p32709671.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list