Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 943 Bytes

README.adoc

File metadata and controls

39 lines (25 loc) · 943 Bytes

Camel Example Kamelet Chuck Norris

Introduction

This example shows how you can build a simple Kamelet and use with your Camel applications.

The Kamelet is created as a YAML file in the `src/main/resources/kamelets' directory. We have developed a Chuck Norris Kamelet that periodically gets a joke from the Chuck Norris internet database.

A Camel routes is coded in the my-route.xml file using the XML DSL that uses the Kamelet, and log the result from the Kamelet to the console.

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!