I should just add that I'm using a connection factory ala:
<bean id="activemq"
class="org.apache.activemq.camel.component.ActiveMQComponent">
<property name="connectionFactory">
<bean
class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL"
value="failover:(tcp://localhost:61616)?randomize=false" />
</bean>
</property>
</bean>
--
View this message in context:
http://www.nabble.com/Unexpected-ActiveMQ-FailoverTransport-messages-in-my-log-tp21512906s22882p21514442.html
Sent from the Camel - Users mailing list archive at Nabble.com.