DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
The Spring Boot example shows how to work with the simple Camel application based on the Spring Boot.
The example generates messages using timer trigger, writes them to the standard output and the mock endpoint (for testing purposes).
This example exposes Jolokia API and Spring Boot actuators endpoints (like metrics) via the webmvc endpoint. We consider this as the best practice - Spring Boot applications with these API APIs exposed can be easily monitored and managed by the 3rd parties party tools. We also recommend to package your application as a fat WAR. Fat WARs can be executed just as regular fat jars, but you can also deploy them to the servlet containers like Tomcat. The "Fat WAR approach gives " offers you the deployment flexibility, so we highly recommend it.
...