[
https://issues.apache.org/activemq/browse/CAMEL-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43743#action_43743
]
Claus Ibsen commented on CAMEL-637:
-----------------------------------
Enabling the JMX Connector and connecting using jconsole I can see all the
WebSphere mbeans but none from Camel:
{code}
<!-- we use the Camel Java DSL for routing but you can also do it in this
xml file instead -->
<camel:camelContext id="camel">
<camel:package>dk.regionh.camel</camel:package>
<camel:jmxAgent id="agent" disabled="false" createConnector="true"/>
</camel:camelContext>
{code}
See attached screenshot
> Camel JMX could have problems in WebSphere 6.1 environment
> ----------------------------------------------------------
>
> Key: CAMEL-637
> URL: https://issues.apache.org/activemq/browse/CAMEL-637
> Project: Apache Camel
> Issue Type: Task
> Components: camel-core
> Affects Versions: 1.4.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 1.5.0
>
> Attachments: regh-camel-example.log, regh-camel-helloworld.rar,
> screenshot-1.jpg
>
>
> All the great new Camel JMX stuff should be tested if it works on WebSphere
> 6.1.
> Currently I have disabled it in my sample hello world app.
> Sorry for creating a ticket here, but otherwise I might forget to test it
> during my business work days.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.