merge -c 924763 - https://issues.apache.org/activemq/browse/AMQ-2448 - temp workaround for network connector leak

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@924782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-03-18 14:03:43 +00:00
parent 535f1f52a3
commit 8c6544276d
1 changed files with 2 additions and 7 deletions

View File

@ -53,12 +53,7 @@
<!-- configure the camel activemq component to use the current broker --> <!-- configure the camel activemq component to use the current broker -->
<bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent" > <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent" >
<property name="connectionFactory"> <property name="userName" value="${activemq.username}"/>
<bean class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="password" value="${activemq.password}"/>
<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>
</bean> </bean>
</beans> </beans>