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 3871810A7A for ; Thu, 3 Apr 2014 11:04:12 +0000 (UTC) Received: (qmail 87077 invoked by uid 500); 3 Apr 2014 11:04:11 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 86586 invoked by uid 500); 3 Apr 2014 11:04:10 -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 86573 invoked by uid 99); 3 Apr 2014 11:04:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 11:04:09 +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 (nike.apache.org: domain of fancyerii@gmail.com designates 209.85.217.171 as permitted sender) Received: from [209.85.217.171] (HELO mail-lb0-f171.google.com) (209.85.217.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 11:04:03 +0000 Received: by mail-lb0-f171.google.com with SMTP id w7so1185311lbi.16 for ; Thu, 03 Apr 2014 04:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DVJJuS4/4EJur4q32EaISxazAG+VSY44HgLeha2Itmk=; b=utqAib69i6dS4S86yW1ZPELelTe7LohIGE9QNsZTaW4pRh1VE31rzxjCuGSzcZKXpb bR095JZM8br2EFbQomEtbJ81tmIx2ZEm+w9rsP2NQ2Q3ytpArzojkrEp9juMFBm8EG1Y 0Hr2isU7/6bMpnBuRBNcYG6+w0feoEyKpiR2UD6tIJlJyDWVYgae23N0Cd7ETT8KCJLk bE73SljWKPXor6zMVTosg2CoCMvTo5nrRvpLgh7Cui9UjmxNBdN5h78oUCqs2bGB5ELF 87Q1Tgnqxkc7rL9ldfy+re5n7EV1Tn/DKh7s6utmF/0mDav26pWhXtVG4PitwbkY0Q3/ yo7Q== MIME-Version: 1.0 X-Received: by 10.152.7.8 with SMTP id f8mr1233030laa.39.1396523021668; Thu, 03 Apr 2014 04:03:41 -0700 (PDT) Received: by 10.112.148.41 with HTTP; Thu, 3 Apr 2014 04:03:41 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Apr 2014 19:03:41 +0800 Message-ID: Subject: Re: statisticsBrokerPlugin not work From: Li Li To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I found the problem. the queue not yet exist so the program hangs On Thu, Apr 3, 2014 at 6:40 PM, Li Li wrote: > suddenly, the statisticsBrokerPlugin do not work(I have restarted the > sever today). I can send and receive messages. but I can't get queue > size from it. and there is a warn: > Queue ActiveMQ.Statistics.Destination.fetch_queue2 has no consumers > fetch_queue2 is my queue > > from hawtio > Percentage blocked > > ERROR: java.lang.ArithmeticException: / by zero (class > javax.management.RuntimeMBeanException)