Author: davsclaus Date: Wed Dec 28 15:33:16 2011 New Revision: 1225208 URL: http://svn.apache.org/viewvc?rev=1225208&view=rev Log: 4830: This is the walk through example, so we should keep it simple as in the documentation.
Modified: camel/trunk/examples/camel-example-jms-file/ (props changed) camel/trunk/examples/camel-example-jms-file/README.txt Propchange: camel/trunk/examples/camel-example-jms-file/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Dec 28 15:33:16 2011 @@ -14,3 +14,4 @@ eclipse-classes *.ipr *.iml *.iws +test Modified: camel/trunk/examples/camel-example-jms-file/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-jms-file/README.txt?rev=1225208&r1=1225207&r2=1225208&view=diff ============================================================================== --- camel/trunk/examples/camel-example-jms-file/README.txt (original) +++ camel/trunk/examples/camel-example-jms-file/README.txt Wed Dec 28 15:33:16 2011 @@ -11,13 +11,9 @@ You will need to compile this example fi The example should run if you type mvn exec:java -PExample - -To run the example inside ServiceMix 4 - First install this example bundle, make sure the jms-file route service is started, - then start the client to send the JMS message to camel route service - mvn exec:java -PClient -To stop the example hit ctrl + c +After the example is complete, then there should be 10 files written +in the test directory. This example is documented at http://camel.apache.org/walk-through-an-example.html