Quantcast

[CONF] Apache Camel: Web Console (page edited)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[CONF] Apache Camel: Web Console (page edited)

confluence-2

Web Console has been edited by James Strachan (Feb 18, 2009).

(View changes)

Content:

Web Console

Only Available in 2.0

Please note that the Web Console is under active development and should be included in 2.0 of Camel

In its early form the easiest way to try out the web console is to get the latest Source then from the command line type

cd components/camel-web
mvn jetty:run

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

You should be able to do things like

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

Loading...