Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35C9C7755 for ; Tue, 26 Jul 2011 21:55:24 +0000 (UTC) Received: (qmail 87087 invoked by uid 500); 26 Jul 2011 21:55:23 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 87036 invoked by uid 500); 26 Jul 2011 21:55:23 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 87028 invoked by uid 99); 26 Jul 2011 21:55:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2011 21:55:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emir.ibrahimbegovic@gmail.com designates 209.85.215.178 as permitted sender) Received: from [209.85.215.178] (HELO mail-ey0-f178.google.com) (209.85.215.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2011 21:55:18 +0000 Received: by eye4 with SMTP id 4so1214219eye.23 for ; Tue, 26 Jul 2011 14:54:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OBvPd2CACZJ7fQIr3zuL//oTgsPiIH2HbwbKw8Ih/40=; b=v4SUJBocIF5g779ILbEYuX1oVJDe+5ys8mcRItGuwBrFD4XTHKfHpZ0QM4g21DHi5W 7LOq+aY3h4LTIxAgSS2YsC0QGxhIudS8uZwyCJ5qrpV918Bql8bOH+AMOTrycOcu8hSJ uK0k/qjwwryMZCQuLR13CzG3bd5G8pg5PDB/A= MIME-Version: 1.0 Received: by 10.213.103.205 with SMTP id l13mr2791798ebo.100.1311717297362; Tue, 26 Jul 2011 14:54:57 -0700 (PDT) Received: by 10.213.13.19 with HTTP; Tue, 26 Jul 2011 14:54:57 -0700 (PDT) In-Reply-To: <4E2F0D44.2040704@redhat.com> References: <4E2EA761.60205@redhat.com> <4E2F0D44.2040704@redhat.com> Date: Tue, 26 Jul 2011 15:54:57 -0600 Message-ID: Subject: Re: Session auto acknowledge From: Emir Ibrahimbegovic To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=001636d347c98e168c04a8fffbb7 --001636d347c98e168c04a8fffbb7 Content-Type: text/plain; charset=ISO-8859-1 Thanks Gordon, I found this example, it might be useful to someone else trying to do the same thing : http://www.novell.com/documentation/extend52/Docs/help/MP/jms/tutorial/pointToPoint-1.htm#browser Best Regards, E On Tue, Jul 26, 2011 at 12:53 PM, Gordon Sim wrote: > On 07/26/2011 07:44 PM, Emir Ibrahimbegovic wrote: > >> Hi Gordon, >> >> When I say download, I probably mean "dequeue" because I'm wasn't sure >> which >> was the right term to use here. My goal was to inspect the message content >> without any de-queueing occurring. >> >> Do you want to browse messages, i.e. see what is in the queue without >> actually removing the messages? - This is exactly what I want. >> > > In JMS you can use a QueueBrowser (see http://download.oracle.com/** > javaee/1.4/api/javax/jms/**QueueBrowser.html > ). > > You can also specify 'mode: browse' in the address (see section 2.4.3.3 of > http://qpid.apache.org/books/**0.10/Programming-In-Apache-** > Qpid/html/ch02s04.html#**id2728030 > ). > > > ------------------------------**------------------------------**--------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:users-subscribe@qpid.**apache.org > > --001636d347c98e168c04a8fffbb7--