blob: 3cb847689fa8d8b863e5bafdc5ab13c83cd630ff [file] [log] [blame]
== Camel Example Route Template
This examples shows how to use Route Templates (parameterized routes) to specify a skeleton route
which can be used for creating and adding new routes via parameters.
The route template is defined via Java or XML DSL (RouteBuilder) in the `MyRouteTemplates.java` source file.
The `MyConfiguration.java` is used to create two routes from the template using different set of parameters.
The example runs standalone via Camel Main in the `MyApplication.java` source file.
=== How to run
You can run this example using
mvn camel:run
=== 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!