Author: gertv
Date: Wed Mar 26 09:01:41 2014
New Revision: 1581758
URL: http://svn.apache.org/r1581758
Log:
SM-2269: Remove unnecessary reference to ConnectionFactory
Modified:
servicemix/documentation/trunk/src/main/webapp/quickstart/activemq.conf
Modified:
servicemix/documentation/trunk/src/main/webapp/quickstart/activemq.conf
URL:
http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/quickstart/activemq.conf?rev=1581758&r1=1581757&r2=1581758&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/quickstart/activemq.conf
(original)
+++ servicemix/documentation/trunk/src/main/webapp/quickstart/activemq.conf Wed
Mar 26 09:01:41 2014
@@ -40,9 +40,8 @@ The first Blueprint XML file we'll creat
</route>
</camelContext>
- <reference id="connectionFactory" interface="javax.jms.ConnectionFactory"
/>
<bean id="activemq"
class="org.apache.activemq.camel.component.ActiveMQComponent">
- <property name="brokerURL" value="tcp://localhost:61616"/>
+ <property name="brokerURL" value="tcp://localhost:61616"/>
<property name="userName" value="smx"/>
<property name="password" value="smx"/>
</bean>
@@ -71,9 +70,8 @@ After deploying the first XML file, you'
</route>
</camelContext>
- <reference id="connectionFactory" interface="javax.jms.ConnectionFactory"
/>
<bean id="activemq"
class="org.apache.activemq.camel.component.ActiveMQComponent">
- <property name="brokerURL" value="tcp://localhost:61616"/>
+ <property name="brokerURL" value="tcp://localhost:61616"/>
<property name="userName" value="smx"/>
<property name="password" value="smx"/>
</bean>