Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 31453 invoked from network); 14 Jun 2007 22:56:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 22:56:54 -0000 Received: (qmail 65077 invoked by uid 500); 14 Jun 2007 22:56:57 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 65043 invoked by uid 500); 14 Jun 2007 22:56:57 -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 65034 invoked by uid 99); 14 Jun 2007 22:56:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 15:56:57 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 15:56:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D65D9714159 for ; Thu, 14 Jun 2007 15:56:32 -0700 (PDT) Message-ID: <1691343.1181861792851.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 15:56:32 -0700 (PDT) From: "Albert Strasheim (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQCPP-129) Implement QueueBrowser MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: Nathan Mittler Priority: Minor Fix For: 2.2 >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.