Page Edited :
CAMEL :
Web Console
Web Console has been edited by Claus Ibsen (Jul 08, 2009). Content:Web 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 recent snapshot of the camel-web-standalone-$VERSION.jar Then from the command line type java -jar camel-web-standalone-2.0-SNAPSHOT.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 |
Unsubscribe or edit your notifications preferences