Skip to content

Files

Latest commit

1110c9d · Dec 17, 2021

History

History
This branch is 222 commits behind apache/camel-spring-boot-examples:main.

routetemplate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 26, 2021
Dec 17, 2021
Oct 26, 2021

Camel Example Spring Boot 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.

We have prepared the example with the route template in both XML and Java DSL

The XML (default in use) is located in src/main/resources/mycamel folder. The Java is in the MyRouteTemplates.java source file.

The application.properties is used to create two routes from the template using different set of parameters.

An alternative to create routes is from Java which is done in the MyConfiguration.java class. See the MyApplication.java where you can change the source to use java instead of property file for the template parameters.

How to run

You can run this example using

mvn spring-boot:run

Help and contributions

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!