Gavin, On Thu, Nov 20, 2008 at 7:24 AM, Gavin Bong <vinorasmus at gmail.com> wrote: > Hi, > > Does AMQP support the ability to peek into the contents of a Queue > without actually dequeueing ? No, ATM you have to do a basic.get either in the way you are already doing it or by turning the auto ack off and just not sending the ack back. Ben