[
https://issues.apache.org/activemq/browse/CAMEL-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Strachan resolved CAMEL-285.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
We have an optional BrowseableEndpoint interface that an Endpoint can implement
now.
so you can browse the endpoints and their messages via this code
{code}
List<BrowsableEndpoint> list =
CamelContextHelper.getSingletonEndpoints(context, BrowsableEndpoint.class);
{code}
then call the getExchanges() method.
> support browsing of endpoints via Endpoint.createBrowser()
> ----------------------------------------------------------
>
> Key: CAMEL-285
> URL: https://issues.apache.org/activemq/browse/CAMEL-285
> Project: Apache Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: James Strachan
> Fix For: 1.3.0
>
>
> So that we can browse the available messages such as on a message queue, in a
> file system, on a HTTP server etc Useful for management really
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.