You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/11/24 10:55:25 UTC

[jira] Created: (CAMEL-3363) Use JMX API from JDK to enlist Camel MBeans

Use JMX API from JDK to enlist Camel MBeans
-------------------------------------------

                 Key: CAMEL-3363
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3363
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core, jmx
            Reporter: Claus Ibsen
             Fix For: 3.0.0


Currently in Camel 2.x we use spring-jmx to export mbeans using the annotations.

We should consider bit the bullet and use pure JMX API from the JDK. Its a bit better in JDK 1.6 than 1.5.
Then we can remove the runtime deps. on some spring JARs on camel-core when using it with JMX.

We can provide a special version in camel-spring JAR which supports the @ spring annotation. So Camel end users still can use that for their custom components.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.