2008/12/3 Stephen J <[EMAIL PROTECTED]>: > > I wondered about that. How would I change my camel configuration to use the > ActiveMQ master/slave?
Use the ActiveMQ connection factory using the failover connection URL to connect to the master then slave failover:(tcp://primary:61616,tcp://secondary:61616)?randomize=false http://activemq.apache.org/failover-transport-reference.html -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
