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/08/24 12:47:50 UTC

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

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

Claus Ibsen commented on CAMEL-863:
-----------------------------------

Will be part in 2.1 as I have implemented a ManagedBrowseableEndpoint that are exposed in JMX so you can browse the exchanges.

> 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: Claus Ibsen
>             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.