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 2008/08/22 13:25:29 UTC

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

Author: jstrachan
Date: Fri Aug 22 04:25:28 2008
New Revision: 688062

URL: http://svn.apache.org/viewvc?rev=688062&view=rev
Log:
minor whitespace/reorg/comment improvement

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?rev=688062&r1=688061&r2=688062&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Fri Aug 22 04:25:28 2008
@@ -113,10 +113,6 @@
     **
     ** http://activemq.apache.org/enterprise-integration-patterns.html
     -->
-    <!-- configure the camel activemq component to use the current broker -->
-    <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent" >
-        <property name="brokerURL" value="vm://localhost?create=false&amp;waitForStart=10000" />
-    </bean>
     <camelContext id="camel" xmlns="http://activemq.apache.org/camel/schema/spring">
 
         <!-- You can use a <package> element for each root package to search for Java routes -->
@@ -129,6 +125,18 @@
         </route>
     </camelContext>
 
+    <!--
+    ** Lets configure some Camel endpoints
+    **
+    ** http://activemq.apache.org/camel/components.html
+    -->
+
+    <!-- configure the camel activemq component to use the current broker -->
+    <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent" >
+        <property name="brokerURL" value="vm://localhost?create=false&amp;waitForStart=10000" />
+    </bean>
+
+
 
     <!-- Uncomment to create a command agent to respond to message based admin commands on the ActiveMQ.Agent topic -->
     <!--