Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 1437 invoked from network); 27 Aug 2008 17:34:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2008 17:34:13 -0000 Received: (qmail 6339 invoked by uid 500); 27 Aug 2008 17:34:12 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 6318 invoked by uid 500); 27 Aug 2008 17:34:12 -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 6307 invoked by uid 99); 27 Aug 2008 17:34:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 10:34:11 -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, 27 Aug 2008 17:33:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE3E3234C1AC for ; Wed, 27 Aug 2008 10:33:52 -0700 (PDT) Message-ID: <133129979.1219858432848.JavaMail.jira@brutus> Date: Wed, 27 Aug 2008 10:33:52 -0700 (PDT) From: "James Strachan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=45197#action_45197 ] James Strachan commented on CAMEL-865: -------------------------------------- btw am thinking mangling the URIs into deeply nested trees is not that helpful for JMX tools and command line tools etc. Just having 1 folder depth seems better - maybe we just generate unique IDs for each node (endpoint/route) and use that as the name within the Endpoints / Routes folder. For routes we can use RouteType.idOrCreate() to get a unique ID per camel context > 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 > > > 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.