Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 63180 invoked from network); 8 Sep 2009 14:06:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 14:06:39 -0000 Received: (qmail 40817 invoked by uid 500); 8 Sep 2009 14:06:38 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 40676 invoked by uid 500); 8 Sep 2009 14:06:38 -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 40655 invoked by uid 99); 8 Sep 2009 14:06:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 14:06:38 +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; Tue, 08 Sep 2009 14:06:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E2C85234C4AD for ; Tue, 8 Sep 2009 07:06:13 -0700 (PDT) Message-ID: <958558726.1252418773927.JavaMail.jira@brutus> Date: Tue, 8 Sep 2009 07:06:13 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2379) make it easy to query the queue size (or topic stats) from any language by sending a message In-Reply-To: <428166538.1252333812172.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/AMQ-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-2379. ----------------------------- Resolution: Fixed Fixed by SVN revision 812514 > make it easy to query the queue size (or topic stats) from any language by sending a message > -------------------------------------------------------------------------------------------- > > Key: AMQ-2379 > URL: https://issues.apache.org/activemq/browse/AMQ-2379 > Project: ActiveMQ > Issue Type: Improvement > Reporter: James Strachan > Assignee: Rob Davies > Fix For: 5.3.0 > > > let folks send a message (with a JMSReplyTo header) to a pseudo destination > {code} > ActiveMQ.Statistics.Queues.MyQueue > {code} > and get back a MapMessage with key/value pairs containing the current queue size, the enqueue/dequeue rates, number of consumers and other handy stats. Then folks could use this easily from CMS and NMS as well as via STOMP -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.