Re: Pure Master Slave not working

2008-03-24 Thread Ramit Arora
Hi Joe, I am getting the same 'out of sync' exception while using pure master/slave (5.0.0). Were you able to fix the problem in your case? The problem begins at relatively heavy load (> 50 clients). The performance keeeps degrading & finally the system hangs. Any ideas would be appreciated. Tha

Re: Pure Master Slave not working

2008-02-15 Thread ttmdev
I've been using ActiveMQ 5.1 on XP and so far it's been pretty steady-eddy wrt pure master/slave. However, I don't think I've been kicking the tires as long and hard as you guys. There are a couple of related JIRA's: https://issues.apache.org/activemq/browse/AMQ-1257 https://issues.apache.org

Re: Pure Master Slave not working

2008-02-14 Thread TBuckel
Hi Joe, I'm currently also trying to get a stable Pure master/slave up and running and run in similar problems. I have tried 4.0.2, 4.1.1, 5.0.0 and a 5.1 snapshot. Neither worked sufficiently. Pretty frustrating. After having read your post I tried 4.1.1 again and - indeed the failover worked al

Re: Pure Master Slave not working

2008-02-14 Thread alvinj
Thanks. I think I'm a bit of an idiot for one thing I did, but I still have a problem. A quick summary is that I changed the failover URL, but it didn't help. (Per a page on the site I tried it with two slashes ("failover://(...") and no slashes ("failover:(..."), but neither worked.) Then as I w

Re: Pure Master Slave not working

2008-02-14 Thread ttmdev
You want your client to first attempt to connect to the master (macserver). So turn off randomization like this and see if your results are any different. failover:(tcp://macserver:61616,tcp://localhost:61616)?randomize=false&initialReconnectDelay=100 The documentation on the web site states t