Author: davsclaus
Date: Sun Dec 20 09:29:38 2009
New Revision: 892577

URL: http://svn.apache.org/viewvc?rev=892577&view=rev
Log:
Polished example

Modified:
    camel/trunk/examples/camel-example-route-throttling/README.txt
    
camel/trunk/examples/camel-example-route-throttling/src/main/resources/META-INF/spring/camel-server.xml

Modified: camel/trunk/examples/camel-example-route-throttling/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-route-throttling/README.txt?rev=892577&r1=892576&r2=892577&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-route-throttling/README.txt (original)
+++ camel/trunk/examples/camel-example-route-throttling/README.txt Sun Dec 20 
09:29:38 2009
@@ -27,11 +27,16 @@
 
   mvn exec:java -PCamelClient
 
+  mvn exec:java -PCamelFileClient
+
 To stop the example hit ctrl + c
 
 If you hit an problems please let us know on the Camel Forums
   http://camel.apache.org/discussion-forums.html
 
+This example is documented at
+  http://camel.apache.org/route-throttling-example.html
+
 Please help us make Apache Camel better - we appreciate any feedback you may
 have.  Enjoy!
 

Modified: 
camel/trunk/examples/camel-example-route-throttling/src/main/resources/META-INF/spring/camel-server.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-route-throttling/src/main/resources/META-INF/spring/camel-server.xml?rev=892577&r1=892576&r2=892577&view=diff
==============================================================================
--- 
camel/trunk/examples/camel-example-route-throttling/src/main/resources/META-INF/spring/camel-server.xml
 (original)
+++ 
camel/trunk/examples/camel-example-route-throttling/src/main/resources/META-INF/spring/camel-server.xml
 Sun Dec 20 09:29:38 2009
@@ -26,7 +26,7 @@
         http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd";>
 
     <bean id="jmsConnectionFactory" 
class="org.apache.activemq.ActiveMQConnectionFactory">
-        <property name="brokerURL" value="tcp://localhost:61616"/>
+        <property name="brokerURL" value="tcp://localhost:51616"/>
     </bean>
 
     <bean id="jmsTransactionManager" 
class="org.springframework.jms.connection.JmsTransactionManager">


Reply via email to