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/05/23 18:54:51 UTC

[jira] Updated: (CAMEL-863) support BrowseableEndpoint over JMX

     [ https://issues.apache.org/activemq/browse/CAMEL-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-863:
------------------------------

    Fix Version/s:     (was: Future)
                   2.1.0

Overhaul of JMX is planned for Camel 2.1

> support BrowseableEndpoint over JMX
> -----------------------------------
>
>                 Key: CAMEL-863
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-863
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: jmx
>            Reporter: James Strachan
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.1.0
>
>
> for endpoints that support it we should be able to browse() the endpoint. See 	CAMEL-862 for discussion of an example MXBean for Exchange/Message.
> e.g.
> {code}
> interface BrowseableManagedEndpoint extends ManagedEndpoint {
>   List<ExchangeMXBean> browse();
> }
> {code}

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