You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/07/06 08:58:50 UTC

svn commit: r553766 - /activemq/trunk/assembly/src/release/conf/activemq.xml

Author: jstrachan
Date: Thu Jul  5 23:58:49 2007
New Revision: 553766

URL: http://svn.apache.org/viewvc?view=rev&rev=553766
Log:
Enabled the camel route by default; folks can easily disable it

Modified:
    activemq/trunk/assembly/src/release/conf/activemq.xml

Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?view=diff&rev=553766&r1=553765&r2=553766
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Thu Jul  5 23:58:49 2007
@@ -103,12 +103,12 @@
 <!--
     Create EIP routes here using Spring if we like; otherwise Camel will pick up all routes defined
     in the package named 'org.foo.bar' or any of its child packages
+-->
 
     <route>
       <from uri="activemq:example.A"/>
       <to uri="activemq:example.B"/>
     </route>
--->
   </camelContext>