Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D70B117BE0 for ; Mon, 30 Mar 2015 10:34:24 +0000 (UTC) Received: (qmail 81403 invoked by uid 500); 30 Mar 2015 10:34:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 81361 invoked by uid 500); 30 Mar 2015 10:34:24 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 81343 invoked by uid 99); 30 Mar 2015 10:34:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 10:34:24 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX,URI_TRY_3LD X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of bpradeep20@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 10:34:18 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 567DD19220D0 for ; Mon, 30 Mar 2015 03:33:49 -0700 (PDT) Date: Mon, 30 Mar 2015 03:22:04 -0700 (PDT) From: bansalp To: users@activemq.apache.org Message-ID: <1427710924954-4694047.post@n4.nabble.com> In-Reply-To: References: <1426681373815-4693403.post@n4.nabble.com> <1427356213082-4693835.post@n4.nabble.com> Subject: Re: Clarification regarding broker statistics in jconsole MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am also facing problem with these counter. I can see following values TotalConsumerCount = 1185 TopicSubscriberCount = 736 TotalDurableConsumerCount = 55 QueueSubscriberCount = 799 InactiveDurableTopicSubscribers = 18 TemporaryQueueSubscribers = 0 TemporaryTopicSubscribers = 0 736 + 55 + 799 = 1590 > 1185 So here why TotalConsumerCount is lesser than total of Topic Subscriber, Queue Subscriber and Durable Consumers. I have compared value both through jconsole mbean as well as from java code. -- View this message in context: http://activemq.2283324.n4.nabble.com/Clarification-regarding-broker-statistics-in-jconsole-tp4693403p4694047.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.