blob: 739505af22a4cfa4d5c0feed656c4575c4feab39 [file] [log] [blame]
== JMS & File Example
=== Introduction
This example shows how to work with files and JMS.
The example consumes messages from a queue and writes them to the file
system.
=== Build
You will need to compile this example first:
[source,sh]
----
$ mvn compile
----
=== Run
The example should run if you type
[source,sh]
----
$ mvn exec:java -PExample
----
After the example is complete, then there should be 10 files written in
the test directory.
=== 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!