Re: Persistence From Redo Log Only?

2008-04-28 Thread deen0
Hi dfrodrig, Sorry, but i can't help you. I hope someone from ActiveMQ team can answer... dfrodrig wrote: > > Hi Deen, > > I am not using Jms transactions in most of the messages sent, and still > the failover takes a huge amount of time. > > The problem is still around, any ideas to solve

Re: Persistence From Redo Log Only?

2008-04-09 Thread deen0
When i stopped using jms transactions, and started using client acknowledgements, all these problems went away, and AMQ 5.1-snapshot is now very stable and working just as expected. So my personal recommendation - do not use transactions. Use client acknoledgements instead (acknowledge instead of

Re: Persistence From Redo Log Only?

2008-03-26 Thread deen0
I also have the same problem. I am running the latest 5.1-snapshot on Redhat Enterprise Linux. After restarting broker, a large number of messages is replayed from the redo-log. I am using transacted producers/consumers, and there are no pending messages before the borker restarts. Now, where ar