blob: dd99b5b664aec474513f86f4c5b2e29986a243b1 [file] [log] [blame]
== Camel Example Main XML
This example shows how to run Camel standalone (XML routes) via the built-in Main class.
The route is located in `src/main/resources/routes` as an XML file.
This example has been enabled with live reload, so while the Camel
application is running, then you can edit the route in the XML file,
and when saved Camel will auto update the route(s).
The application is configured in the `application.properties` file.
=== Build
First compile the example by executing:
[source,sh]
----
$ mvn compile
----
=== How to run
You can run this example using
[source,sh]
----
$ mvn camel:run
----
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!