We have a single Broker URL. There are no secondary brokers which we can try
if the primary fails. And also i wanted to understand will it help if i Use
like below :
<bean id="amqConnectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL">
<value>failover:(tcp://localhost:61616)</value>
</property>
<property name="transportListener">
<bean class="org.test.common.TransportListener" />
</property>
</bean>
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ConnectionFailedException-with-ActiveMQ-5-6-Camel2-10-JBoss5-1-tp4663755p4663773.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.