blob: 6ee075dadb890daa0dc4902eb5dbd79072bb119b [file] [log] [blame]
== Route Reload Example
This example shows how to use route reloading. This feature is watching a directory folder
for file changes, and then automatic trigger reload of the running routes in the Camel application.
The example generates messages using timer trigger, writes them to standard output.
=== How to run
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.
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/support.html[let us know].
We also love contributors, so
https://camel.apache.org/contributing.html[get involved] :-)
The Camel riders!