Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 39223 invoked from network); 9 Nov 2009 14:03:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Nov 2009 14:03:17 -0000 Received: (qmail 33535 invoked by uid 500); 9 Nov 2009 14:03:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 33503 invoked by uid 500); 9 Nov 2009 14:03:16 -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 33327 invoked by uid 99); 9 Nov 2009 14:03:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 14:03:16 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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; Mon, 09 Nov 2009 14:03:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 481BB234C1F1 for ; Mon, 9 Nov 2009 06:02:54 -0800 (PST) Message-ID: <67949793.1257775374291.JavaMail.jira@brutus> Date: Mon, 9 Nov 2009 06:02:54 -0800 (PST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQNET-206) Added QueueBrowser implementation for ActiveMQ. In-Reply-To: <1926836849.1257634612773.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQNET-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQNET-206: -------------------------------- Fix Version/s: (was: 1.2.0) 1.3.0 There's a bit more to the QueueBrowser than what is in this patch. I'd recommend we hold off on adding this functionality in until we get a stable NMS 1.2 out. > Added QueueBrowser implementation for ActiveMQ. > ----------------------------------------------- > > Key: AMQNET-206 > URL: https://issues.apache.org/activemq/browse/AMQNET-206 > Project: ActiveMQ .Net > Issue Type: Improvement > Components: ActiveMQ > Affects Versions: 1.2.0 > Reporter: Symon Rottem > Assignee: Jim Gomes > Fix For: 1.3.0 > > Attachments: Apache.NMS.ActiveMQ_Browser.patch > > > I've ported the code for the QueueBrowser as best I could from the JMS implementation. I've also ported the unit tests for the new class and they appear to pass. Please note that I'm a complete newbie to NMS and I'm not sure that I've done things "just right" so it's probably a good idea if someone reviews the patch to be safe. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.