I am trying to use configure activemq master/slave mode in URL on client side
like thg following:
failover://(tcp://localhost:61213,tcp://192.168.10.8:61213)?backup=true&initalReconnectDelay=20
I am using JDBC lock system to configure the two brokers, so when the master
is shut down, I wanna th
Thanks for your quick reply. I just fixed this problem.
This seems to be a bug in stomp.php
http://code.google.com/p/stompcli/source/browse/trunk/src/main/php5/Stomp.php
line 88: the regular expr didn’t put in & as one of the characters accepted.
You can simply fix it by putting in a & $pattern
not sure, but 5.4.2 is closer to 5.3.1 w.r.t dependencies so maybe try that.
On 12 May 2011 21:11, jai.mathaiyan wrote:
> Thanks Gary for the response.
>
> I managed to test it with 5.5.0 and the problem did not seem to happen.
> Earlier I used to get the exception on my second listener instance