Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • browse the available endpoints
  • browse the messages on an endpoint if it is a BrowsableEndpoint
  • send a message to an endpoint
  • create new endpoints

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.htmlImage Added

REST API

Camel 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

...