Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 49934 invoked from network); 22 Oct 2008 20:07:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2008 20:07:17 -0000 Received: (qmail 75435 invoked by uid 500); 22 Oct 2008 20:07:19 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 75414 invoked by uid 500); 22 Oct 2008 20:07:19 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 75403 invoked by uid 99); 22 Oct 2008 20:07:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2008 13:07:19 -0700 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; Wed, 22 Oct 2008 20:06:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F38B234C236 for ; Wed, 22 Oct 2008 13:06:56 -0700 (PDT) Message-ID: <1356570400.1224706016520.JavaMail.jira@brutus> Date: Wed, 22 Oct 2008 13:06:56 -0700 (PDT) From: "Hadrian Zbarcea (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-865) mbeans don't seem to be correct - looking in JConsole at routes, don't seem to see 1 mbean per route and 1 mbean per endpoint In-Reply-To: <84887525.1219855312584.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-865. ----------------------------------- Resolution: Fixed > mbeans don't seem to be correct - looking in JConsole at routes, don't seem to see 1 mbean per route and 1 mbean per endpoint > ----------------------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-865 > URL: https://issues.apache.org/activemq/browse/CAMEL-865 > Project: Apache Camel > Issue Type: Improvement > Components: jmx > Reporter: James Strachan > Assignee: Hadrian Zbarcea > Fix For: 1.5.0 > > Attachments: camelJmx.png, claus-jms-screenshot.jpg > > > we should really have folders within each camelcontext like this... > {code} > camelContext-something/ > endpoints/ > endpoint-x > endpoint-y > routes/ > route-a > route-b > consumers/ > consumer-1234 > {code} > i.e. we should be able to find all the endpoints in JMX easily looking in a single JMX 'folder' ditto for routes -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.