Skip to content

Latest commit

 

History

History

kamelet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Camel Example Kamelet

Introduction

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 Kamelets.

The route template is defined via Java in the MyRouteTemplates.java source file. The routes are defined via Java in the MyRoutes.java source file.

The example runs standalone via Camel Main in the MyApplication.java source file.

Build

You will need to compile this example first:

$ mvn compile

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 let us know.

We also love contributors, so get involved :-)

The Camel riders!