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 2009/09/01 09:41:21 UTC

[jira] Commented: (CAMEL-1973) Overhaul of JMX - Introduce ManagmentAware to allow other Camel components to provide management capabilities

    [ https://issues.apache.org/activemq/browse/CAMEL-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53940#action_53940 ] 

Claus Ibsen commented on CAMEL-1973:
------------------------------------

This allows existing Camel components to just implement the {{org.apache.camel.spi.ManagementAware}} interface and provide the managed object of choice.

This can for example be used by camel-jms to expose management of the JmsEndpoint and/or JmsConsumer.
That should allows you to change concurrent consumers on-the-fly (might require to restart all consumers) in case Spring JmsTemplate does not support changing this value dynamic.

> Overhaul of JMX - Introduce ManagmentAware to allow other Camel components to provide management capabilities
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1973
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1973
>             Project: Apache Camel
>          Issue Type: Sub-task
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>


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