I see your additional parameters were same on both ActiveMQs, Try using them
besides 'randomize=false'
i.e. after you apecify your activemq machines...
I am not sure but give a try.
-Nag.
-Original Message-
From: ajb [mailto:alistairjbast...@gmail.com]
Sent: Tuesday, April 05, 2011
I am using the 5.1 SNAPSHOT and this failover uri works for me.
failover://(tcp://localhost:61616?wireFormat.cacheEnabled=false&wireFormat.maxInactivityDuration=0&wireFormat.tightEncodingEnabled=true)?maxReconnectDelay=1000
Jason Rosenberg wrote:
>
> I think the uri parsing doesn't like nested
I think the uri parsing doesn't like nested '?'sProbably a bug?
But, if you have '?' inside the parens, then you can't use one outside the
parens...
So, you might have:
failover:(tcp://myserver?wireFormat.maxInactivityDuration=0)&maxReconnectDelay=1000
Jason
ramj2ee wrote:
>
> If I use