what am I doing wrong please? I have failover listed as below in context.xml.
I get invalid broker exception.



<Resource name="jms/mqConnectionFactory"
                     auth="Container"
                     type="org.apache.activemq.ActiveMQConnectionFactory"
                     description="JMS Connection Factory"
              factory="org.apache.activemq.jndi.JNDIReferenceFactory"
              brokerURL="failover(tcp://localhost:61616,
tcp://localhost:61617)" />
 
 
Caused by: javax.naming.NamingException: Invalid broker URI:
failover(tcp://localhost:61616, tcp://localhost:61617)



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/invalid-broker-URI-failover-tp4692069.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to