blob: 57f9e16577a676e92c3c1656d41b29a9ab3f0091 [file] [log] [blame]
== POJO Messaging Example
=== Introduction
This example shows that you dont need to learn Camels super cool DSLs
if you dont 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 ctrl+c
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/support.html[let us know].
We also love contributors, so
https://camel.apache.org/contributing.html[get involved] :-)
The Camel riders!