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.