Failover Protocol

2006-10-31 Thread ronK
I am looking for a way to have my clients failover to alternate brokers, use asynchronous sends, and keep my client code vanilla JMS. It appears you can't use the failover transport and set connection properties via the uri at the same time. What I would like to do is combine failover:(tcp://local

Re: Failover Protocol

2006-11-02 Thread ronK
etrying to connect to one of the brokers. I'd try setting the retry > count and the retry interval to a smaller value. > > > ronK wrote: >> I am looking for a way to have my clients failover to alternate brokers, >> use >> asynchronous sends, and keep m