From dev-return-12515-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Tue Sep 09 17:33:06 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 44233 invoked from network); 9 Sep 2008 17:33:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 17:33:06 -0000 Received: (qmail 29866 invoked by uid 500); 9 Sep 2008 17:33:03 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 29845 invoked by uid 500); 9 Sep 2008 17:33:03 -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 29834 invoked by uid 99); 9 Sep 2008 17:33:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 10:33:03 -0700 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 17:32:03 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Kd74s-0001j8-8R for dev@activemq.apache.org; Tue, 09 Sep 2008 10:32:34 -0700 Message-ID: <19397314.post@talk.nabble.com> Date: Tue, 9 Sep 2008 10:32:34 -0700 (PDT) From: Andruil To: dev@activemq.apache.org Subject: DestinationStatistics MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: curtisbarrett2@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to figure out how to get the JMS statistics mentioned http://www.infoq.com/news/2008/05/activemq-5.1-release here but I'm running around in circles trying to figure out how to access it. As far as I can tell the info I want is located in the DestinationStatistics class but I cannot figure out how to get it populated. It seems to me that I need a broker.region.Destination but so far all I can seem to find is a javax.jms.Destination from the ActiveMQQueue. Sigh I know what I want (Statistics / Queue Statistics) and I know it is possible but I am more than a bit lost as to how to get those statistics. Any help would be appreciated. -- View this message in context: http://www.nabble.com/DestinationStatistics-tp19397314p19397314.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.