Web ConsolePage edited by Claus IbsenChanges (3)
Full ContentWeb ConsoleThe Camel Web Console is available from versions 2.0 onwards and provides a full access over a RESTful API to camel endpoints, messages and routes.
Download and Run the ConsoleDownload a Camel release. Then from the command line type java -jar camel-web-standalone-2.4.0.jar
Embedding web console in your own web application.See this discussion about this and James great post with answers: http://www.nabble.com/Embedded-web-console-td24366288.html REST APICamel comes with a full RESTful API for interacting with the Camel context, the available endpoints and routes. You can browse details of the running API via http://localhost:8080/api The web application uses mostly the same URIs for the HTML representation of a resource (e.g. /endpoints) as the JSON and XML representations. To help rendering the different representations in your browser you can append .xml, .html, .json or even .dot to URLs. For example viewing these URLs are equivalent
For more details try viewing the API documentation in your local Camel instance Route Viewing and Editing through Web ConsoleWeb Console provide route viewing and editing functionality. You can view your route via http://localhost:8080/routes/yourRouteId and it default present the route in XML.Camel uses JAXB to process the XML route definitions.
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Camel > Web Console confluence
- [CONF] Apache Camel > Web Console confluence
- [CONF] Apache Camel > Web Console confluence