blob: bcdedc86df5cdc710ba291ea5448d76f1a7e6ff4 [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/community/support/[let us know].
We also love contributors, so
https://camel.apache.org/community/contributing/[get involved] :-)
The Camel riders!