Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 88486 invoked from network); 19 Sep 2010 09:33:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Sep 2010 09:33:05 -0000 Received: (qmail 93753 invoked by uid 500); 19 Sep 2010 09:33:05 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 93610 invoked by uid 500); 19 Sep 2010 09:33:03 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 93584 invoked by uid 500); 19 Sep 2010 09:33:02 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 93577 invoked by uid 99); 19 Sep 2010 09:33:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Sep 2010 09:33:01 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Sep 2010 09:33:01 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8J9WeYu010887 for ; Sun, 19 Sep 2010 09:32:41 GMT Message-ID: <30854445.24041284888760631.JavaMail.jira@thor> Date: Sun, 19 Sep 2010 05:32:40 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-3135) Option on route to specify that JMX should be disabled In-Reply-To: <21181512.24031284888642268.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61908#action_61908 ] Claus Ibsen commented on CAMEL-3135: ------------------------------------ You should be able to specify a route to not be enlisted in JMX. {code} from("xxx").disableJMX().to("yyy"); {code} And in XML {code:xml}a {code} The trick is the current API in Camel enlists in JMX by default if its enabled. It could take a bit of refactoring to have it being able know that the route is not enlisted. For example the consumers/endpoints/services which is created by that particular route should also *not* be enlisted in JMX. And hence they need to be able to understand this, by asking their parent route if JMX is disabled or not. > Option on route to specify that JMX should be disabled > ------------------------------------------------------ > > Key: CAMEL-3135 > URL: https://issues.apache.org/activemq/browse/CAMEL-3135 > Project: Apache Camel > Issue Type: New Feature > Components: camel-core > Reporter: Claus Ibsen > Priority: Minor > Fix For: Future > > > For example if you create temporary routes which are short lived and you don't want those enlisted for management. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.