| # 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 <kbd>ctrl</kbd>+<kbd>c</kbd> |
| |
| ### Documentation |
| |
| For a background in tracer and JPA see |
| http://camel.apache.org/tracer.html |
| http://camel.apache.org/jpa.html |
| |
| This example is documented at <http://camel.apache.org/tracer-example.html> |
| |
| ### 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! |