Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 60886 invoked from network); 11 May 2008 18:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2008 18:48:20 -0000 Received: (qmail 94377 invoked by uid 500); 11 May 2008 18:48:21 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 94356 invoked by uid 500); 11 May 2008 18:48:21 -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 94345 invoked by uid 99); 11 May 2008 18:48:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 11:48:21 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,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; Sun, 11 May 2008 18:47:34 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JvGaK-000435-Ra for users@activemq.apache.org; Sun, 11 May 2008 11:47:48 -0700 Message-ID: <17170634.post@talk.nabble.com> Date: Sun, 11 May 2008 11:47:48 -0700 (PDT) From: jhcha To: users@activemq.apache.org Subject: example producer report problem in ActiveMQ 5.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jhcha@kds.co.kr X-Virus-Checked: Checked by ClamAV on apache.org I tested the example of the new version ActiveMQ 5.1.0 and I got the below report after running "ant_home/example>ant producer" ... [java] Sending message: Message: 1996 sent at: Mon May 12 03:11:59 GMT+09:... [java] Sending message: Message: 1997 sent at: Mon May 12 03:11:59 GMT+09:... [java] Sending message: Message: 1998 sent at: Mon May 12 03:11:59 GMT+09:... [java] Sending message: Message: 1999 sent at: Mon May 12 03:11:59 GMT+09:... [java] Done. [java] connection { [java] session { [java] messageCount{ count: 0 unit: count startTime: 1210529514114 lastSampleTime: 1210529514114 description: Number of messages exchanged } [java] messageRateTime{ count: 0 maxTime: 0 minTime: 0 totalTime: 0 averageTime: 0.0 averageTimeExMinMax: 0.0 averagePerSecond: 0.0 averagePerSecondExMinMax: 0.0 unit: millis startTime: 1210529514114 lastSampleTime: 1210529514114 description: Time taken to process a message (thoughtput rate) } [java] pendingMessageCount{ count: 0 unit: count startTime: 1210529514114 lastSampleTime: 1210529514114 description: Number of pending messages } [java] expiredMessageCount{ count: 0 unit: count startTime: 1210529514114 lastSampleTime: 1210529514114 description: Number of expired messages } [java] messageWaitTime{ count: 0 maxTime: 0 minTime: 0 totalTime: 0 averageTime: 0.0 averageTimeExMinMax: 0.0 averagePerSecond: 0.0 averagePerSecondExMinMax: 0.0 unit: millis startTime: 1210529514114 lastSampleTime: 1210529514114 description: Time spent by a message before being delivered } [java] durableSubscriptionCount{ count: 0 unit: count startTime: 1210529514114 lastSampleTime: 1210529514114 description: The number of durable subscriptions } [java] [java] producers { [java] producer queue://TEST.FOO { [java] messageCount{ count: 0 unit: count startTime: 1210529514127 lastSampleTime: 1210529514127 description: Number of messages processed } [java] messageRateTime{ count: 0 maxTime: 0 minTime: 0 totalTime: 0 averageTime: 0.0 averageTimeExMinMax: 0.0 averagePerSecond: 0.0 averagePerSecondExMinMax: 0.0 unit: millis startTime: 1210529514127 lastSampleTime: 1210529514127 description: Time taken to process a message (thoughtput rate) } [java] pendingMessageCount{ count: 0 unit: count startTime: 1210529514127 lastSampleTime: 1210529514127 description: Number of pending messages } [java] messageRateTime{ count: 0 maxTime: 0 minTime: 0 totalTime: 0 averageTime: 0.0 averageTimeExMinMax: 0.0 averagePerSecond: 0.0 averagePerSecondExMinMax: 0.0 unit: millis startTime: 1210529514127 lastSampleTime: 1210529514127 description: Time taken to process a message (thoughtput rate) } [java] expiredMessageCount{ count: 0 unit: count startTime: 1210529514127 lastSampleTime: 1210529514127 description: Number of expired messages } [java] messageWaitTime{ count: 0 maxTime: 0 minTime: 0 totalTime: 0 averageTime: 0.0 averageTimeExMinMax: 0.0 averagePerSecond: 0.0 averagePerSecondExMinMax: 0.0 unit: millis startTime: 1210529514127 lastSampleTime: 1210529514127 description: Time spent by a message before being delivered } [java] } [java] } [java] consumers { [java] } [java] } [java] } the above result did not show the correct statstics of how many conunt, average per second ... but ActiveMQ 4.X showed the correct statistics. Could the developer check the ActiveMQ 5.1.0 logic or build.xml properties ? Thanks J. H. Cha -- View this message in context: http://www.nabble.com/example-producer-report-problem-in-ActiveMQ-5.1.0-tp17170634s2354p17170634.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.