[rabbitmq-discuss] Retrieve N messages from queue?

Alvaro Videla videlalvaro at gmail.com
Sat May 3 07:38:00 BST 2014


On Sat, May 3, 2014 at 4:18 AM, Michael Klishin <mklishin at gopivotal.com> wrote:
> You can do the batching in the client or consume N times with basic.get, one by one.

Or you could do similar by setting a prefetch count of N, and when you
get the Nth message you send the email and then multi ack all those
messages.


More information about the rabbitmq-discuss mailing list