From users-return-30941-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon May 28 14:52:56 2012 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 E7DCAC40E for ; Mon, 28 May 2012 14:52:55 +0000 (UTC) Received: (qmail 43284 invoked by uid 500); 28 May 2012 14:52:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 43250 invoked by uid 500); 28 May 2012 14:52:55 -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 43241 invoked by uid 99); 28 May 2012 14:52:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2012 14:52:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-wg0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2012 14:52:50 +0000 Received: by wgbdt14 with SMTP id dt14so2742589wgb.14 for ; Mon, 28 May 2012 07:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=g/bI2VVftVPO5680Lg03B8kspCAfY9Coc3VeIAtnqX8=; b=e6HJAMBg8Mc4xJkNenDsocNa2WzrC6GJQ7livF4z8XxX4Tbgp5hA7YNzbd9lxPXbHx ldnsFFu4V50+0hlRwlxFAI/Hro+wvG0E7Jz3+qKVtx+x0sgC46P01zY7qYTFVQbTtob3 WWaP5F7dgkksMp0ntHGdRTWOoKjXf7jR8QAS9Mu9iMEKhZLa4ixqMQSzHeo/iumzrzYe E+BlH9sSer+O2CYwg4CoiPvZs3BtCrZCSLoKesWpYJYOc4uZdcOwY5c7mgUs3mxkm20q gGJWA0CA/VRTDbDqB3xH1SjJCHBE1Z077zZlA9WRExd2v+NO31fN1pI0ZBzXRc32sWC6 gR8w== MIME-Version: 1.0 Received: by 10.216.198.65 with SMTP id u43mr4922301wen.170.1338216749498; Mon, 28 May 2012 07:52:29 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.223.91.92 with HTTP; Mon, 28 May 2012 07:52:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 May 2012 16:52:29 +0200 X-Google-Sender-Auth: IfaUG50JMSyrijQ0B-AWq84k65o Message-ID: Subject: Re: Monitoring store and forward From: Dejan Bosanac To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org You can use JMX to see message enqueue/dequeue counts on network connectors. But the best thing is to see if you see desired rates in your producers and consumers. Regards -- Dejan Bosanac Senior Software Engineer | FuseSource Corp. dejanb@fusesource.com | fusesource.com skype: dejan.bosanac | twitter: @dejanb blog: http://www.nighttale.net ActiveMQ in Action: http://www.manning.com/snyder/ On Mon, May 28, 2012 at 3:27 AM, Mohit Anchlia wrote: > I am setting up store and forward between 2 data centers. I want to stress > test how fast message gets replicated between the data centers. Is there a > way to monitor that?