Re: How to configure failover for jmsBridgeConnector

2009-10-16 Thread Gary Tully
note that the failover transport of part of the activemq client, it will not work with OpenJMS. There is currently no facility to retry jms connections to a foreign provider by the ActiveMQ JMS bridge. Could you open a jira[1] enhancement, describing your use case, to track this. It is something we

Re: How to configure failover for jmsBridgeConnector

2009-10-15 Thread torefj
You specify the failover protocol by enclosing the existing URL with "failover:()" So you'll need to change the URL that you are connecting with to for example look like: failover:(tcp://localhost:1234) Beware though that if you are using activeMQ 5.2 or before the failover protocol does not hav