You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/03/18 14:21:11 UTC

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

Author: dejanb
Date: Thu Mar 18 13:21:10 2010
New Revision: 924763

URL: http://svn.apache.org/viewvc?rev=924763&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2448 - temp workaround for network connector leak

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

Modified: activemq/trunk/assembly/src/release/conf/camel.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/camel.xml?rev=924763&r1=924762&r2=924763&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/camel.xml (original)
+++ activemq/trunk/assembly/src/release/conf/camel.xml Thu Mar 18 13:21:10 2010
@@ -53,12 +53,7 @@
 
     <!-- configure the camel activemq component to use the current broker -->
     <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent" >
-        <property name="connectionFactory">
-          <bean class="org.apache.activemq.ActiveMQConnectionFactory">
-            <property name="brokerURL" value="vm://localhost?create=false&amp;waitForStart=10000" />
-            <property name="userName" value="${activemq.username}"/>
-            <property name="password" value="${activemq.password}"/>
-          </bean>
-        </property>
+       <property name="userName" value="${activemq.username}"/>
+       <property name="password" value="${activemq.password}"/>
     </bean>
 </beans>