[ https://issues.apache.org/activemq/browse/CAMEL-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-863. ------------------------------- Resolution: Fixed Implemented by CAMEL-1933 > 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.