blob: 5f49478dc0b7a3d6f805915cb082b848f5e70bc4 [file] [log] [blame] [view]
# POJO Messaging Example
### Introduction
This example shows that you don't need to learn Camel's super cool DSLs
if you don't want to. Camel has a set of annotations that allow you to
produce, consume or route messages to endpoints.
### Build
You will need to compile this example first:
mvn compile
### Run
To run the example type
mvn camel:run
To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
### Documentation
This example is documented at
<http://camel.apache.org/pojo-messaging-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!