Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 32476 invoked from network); 3 Dec 2009 15:06:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 15:06:18 -0000 Received: (qmail 68045 invoked by uid 500); 3 Dec 2009 15:06:17 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 67935 invoked by uid 500); 3 Dec 2009 15:06:17 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 67638 invoked by uid 99); 3 Dec 2009 15:06:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 15:06:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 15:06:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25296234C4B1 for ; Thu, 3 Dec 2009 07:05:53 -0800 (PST) Message-ID: <1771101069.1259852753149.JavaMail.jira@brutus> Date: Thu, 3 Dec 2009 07:05:53 -0800 (PST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQCPP-129) Implement QueueBrowser In-Reply-To: <1691343.1181861792851.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQCPP-129: -------------------------------- Fix Version/s: (was: 3.1) 3.2.0 > Implement QueueBrowser > ---------------------- > > Key: AMQCPP-129 > URL: https://issues.apache.org/activemq/browse/AMQCPP-129 > Project: ActiveMQ C++ Client > Issue Type: New Feature > Reporter: Albert Strasheim > Assignee: Timothy Bish > Priority: Minor > Fix For: 3.2.0 > > > From the JMS 1.1 spec: > 5.9 QueueBrowser > A client uses a QueueBrowser to look at messages on a queue without removing > them. A QueueBrowser can be created from a Session or a QueueSession. > The browse methods return a java.util.Enumeration that is used to scan the > queue's messages. It may be an enumeration of the entire content of a queue, > or it may contain only the messages matching a message selector. > Messages may be arriving and expiring while the scan is done. JMS does not > require the content of an enumeration to be a static snapshot of queue content. > Whether these changes are visible or not depends on the JMS provider. > I think I might tackle this in a few weeks' time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.