tree: 78ff4fcb2a84db6c90e0bb5ae2b77b5484b7c188 [path history] [tgz]
  1. src/
  2. pom.xml
  3. ReadMe.md
archetypes/camel-archetype-cdi/src/main/resources/archetype-resources/ReadMe.md

Camel CDI Example

This example shows how to work with Camel in the Java Container using CDI to configure components, endpoints and beans.

The example generates messages using timer trigger, writes them to the standard output and the mock endpoint (for testing purposes).

You will need to compile this example first: mvn install

To run the example type mvn camel:run

You will see the message printed to the console every 5th second.

To stop the example hit ctrl + c

For more help see the Apache Camel documentation

http://camel.apache.org/