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

Running using Tomcat

Available as of Camel 2.10

You can also run the web console from an embedded Apache Tomcat using

Code Block

cd components/camel-web
mvn tomcat7:run

Then point your web browse at http://localhost:8080/Image Added

Embedding web console in your own web application.

...