I've searched everywhere, but I cannot find a definitive answer on how one
can separate ActiveMQ from ServiceMix. I want put ActiveMQ on a completely
different server.
I've modified activemq-broker.xml in apache-servicemix-4.2.0-fuse-01-00\etc
changing
- <bean id="activemqConnectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="tcp://localhost:61616" />
</bean>
to
- <bean id="activemqConnectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="tcp://{new AMQ server}:61616" />
</bean>
Is this all I have to do??
--
View this message in context:
http://servicemix.396122.n5.nabble.com/How-to-separate-out-Active-MQ-from-Servicemix-tp2269016p2269016.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.