Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 966 Bytes

File metadata and controls

41 lines (23 loc) · 966 Bytes

Route Template in XML - Spring Boot example

Abstract

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 in pure XML.

Introduction

The route template is defined via XML DSL (RouteBuilder) in the resource templates/my-route-templates.xml.

The resource builders/my-template-builder.xml is used to create two routes from the template using different set of parameters by leveraging the XML DSL.

Build

You will need to compile this example first:

$ mvn compile

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!