Author: davsclaus
Date: Sun Jan 18 22:54:21 2009
New Revision: 735620
URL: http://svn.apache.org/viewvc?rev=735620&view=rev
Log:
CAMEL-1269: Added STOP command. However graceful shutdown using JMS still
hangs.
Modified:
activemq/camel/trunk/examples/camel-example-spring-jms/README.txt
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=735620&r1=735619&r2=735620&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-jms/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-spring-jms/README.txt Sun Jan
18 22:54:21 2009
@@ -16,7 +16,7 @@
And for the Client we have a total of three flavors:
- Normal use the ProducerTemplate ala Spring Template style
-- Using Spring Remoting for powefull "Client doesnt know at all its a remote
call"
+- Using Spring Remoting for powerful "Client doesn't know at all its a remote
call"
- And using the Message Endpoint pattern using the neutral Camel API
For the latest & greatest documentation on how to use this example please see:
@@ -32,6 +32,7 @@
mvn exec:java -PCamelClient
mvn exec:java -PCamelClientRemoting
mvn exec:java -PCamelClientEndpoint
+ mvn exec:java -PCamelClientStop
You can stack the maven goals so you can compile and execute it in one command:
mvn compile exec:java -PCamelServer