You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2008/05/31 16:06:02 UTC

svn commit: r662027 - /activemq/camel/trunk/examples/camel-example-spring-jms/README.txt

Author: davsclaus
Date: Sat May 31 07:06:02 2008
New Revision: 662027

URL: http://svn.apache.org/viewvc?rev=662027&view=rev
Log:
Fixed spellings

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=662027&r1=662026&r2=662027&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-jms/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-spring-jms/README.txt Sat May 31 07:06:02 2008
@@ -1,14 +1,13 @@
 Spring & JMS Example
-==================
+====================
 
-This example shows how to work with play with the Camel-JMS Component.
+This example shows how to work with the Camel-JMS Component.
 It can be run using Maven or Ant.
 
-The example consumes messages from a queue and invoke the bean with
-with the message that get from the queue.
+The example consumes messages from a queue and invoke the bean
+with the received message
 
-For the latest & greatest documentation on how to use this example
-please see
+For the latest & greatest documentation on how to use this example please see:
   http://cwiki.apache.org/CAMEL/tutorial-jmsremoting.html
 
 The example should run if you type