Author: davsclaus
Date: Sat Jul 12 03:15:33 2008
New Revision: 676140
URL: http://svn.apache.org/viewvc?rev=676140&view=rev
Log:
Polished readme for examples
Modified:
activemq/camel/trunk/examples/camel-example-bam/README.txt
activemq/camel/trunk/examples/camel-example-spring-jms/README.txt
Modified: activemq/camel/trunk/examples/camel-example-bam/README.txt
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-bam/README.txt?rev=676140&r1=676139&r2=676140&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-bam/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-bam/README.txt Sat Jul 12
03:15:33 2008
@@ -35,6 +35,12 @@
You can see the BAM activies defined in
src/main/java/org/apache/camel/example/bam/MyActivites.java
+
+In the HSQL Database Explorer type
+ select * from activitystate
+to see the states of the activities. Notice that one activity never receives
+its expected message and when it's overdue Camel reports this as an error.
+
To stop the example hit ctrl + c
Modified: activemq/camel/trunk/examples/camel-example-spring-jms/README.txt
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring-jms/README.txt?rev=676140&r1=676139&r2=676140&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-jms/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-spring-jms/README.txt Sat Jul
12 03:15:33 2008
@@ -20,7 +20,7 @@
- And using the Message Endpoint pattern using the neutral Camel API
For the latest & greatest documentation on how to use this example please see:
- http://cwiki.apache.org/CAMEL/tutorial-jmsremoting.html
+ http://activemq.apache.org/camel/tutorial-jmsremoting.html
You will need to compile this example first:
mvn compile
@@ -32,6 +32,9 @@
mvn exec:java -PCamelClient
mvn exec:java -PCamelClientRemoting
mvn exec:java -PCamelClientEndpoint
+
+You can stack the maven goals so you can compile and execute it in one command:
+ mvn compile exec:java -PCamelServer
To run the example with Ant
a. You need to have Apache ActiveMQ installed. It can be downloaded from