This example shows how to work with a simple Apache Camel application using Spring Boot.
Note
|
Some of the routes fail intentionally to have health check monitor their failures |
You can query the health check of the application using Spring Boot actuator:
$ http://localhost:8080/actuator/health
The returned response should include the health checks from Apache Camel, and as well two custom checks.
You can from JMX see the health-check status in the Camel tree under health and find the DefaultHealthCheck MBean.
If you hit any problem using Camel or have some feedback, then please let us know.
We also love contributors, so get involved :-)
The Camel riders!