support BrowseableEndpoint over JMX
-----------------------------------

                 Key: CAMEL-863
                 URL: https://issues.apache.org/activemq/browse/CAMEL-863
             Project: Apache Camel
          Issue Type: Improvement
            Reporter: James Strachan
            Assignee: Hadrian Zbarcea
             Fix For: 1.5.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.

Reply via email to