This example shows how to use route reloading. This feature is watching a directory folder for file changes, and then automatic trigger reloads the running routes in the Camel application.
You can run this example using
mvn spring-boot:run
Then you can edit the src/main/resources/camel/my-route.xml
file and save, to trigger
automatic reloading.
You can execute the sample test using
mvn test
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!