blob: d2dda249b76665f554b034f76662b3a5e83150bd [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
----
After the example is complete, then there should be 10 files written in
the directory `target/messages`.
=== 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!