tree: ea4a99319a050de23ae5d493cf0f24122a5feb7b [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
examples/camel-example-tracer/README.md

Tracer Example

Introduction

This example shows how to persist Camel trace event messages into a database using JPA.

Build

You will need to compile this example first:

mvn compile

Run

To run the example with Maven, type

mvn camel:run

In the console you can enter some words separated with space. Try to enter:

nice beer
beer whiskey
camel nice day

This example will based on the input get some quotes from the input and select the best quote to return as response in the console.

To stop the example hit ctrl+c

Forum, Help, etc

If you hit an problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html

Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!

The Camel riders!