Re:activemq transaction

2013-05-29 Thread SuoNayi
The situation will be complicated if you're using the failover transport. Your commit on the session can be failed in the following cases: 1.The commit command is failed to send to the broker because the connection between your client and broker is broken and timeout for reconnection process happ

Re: Re:activemq transaction

2013-05-27 Thread bizcenter
Thanks, I got it. There is a MemoryTransactionStore will hold all messages. -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-transaction-tp4667500p4667521.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re:activemq transaction

2013-05-27 Thread SuoNayi
No,pending messages will be held in memory before the transaction is committed. If your commit on session is failed and the broker is restarted, pending messages will be lost and you can issue commit on the session anymore. At 2013-05-27 16:50:46,bizcenter wrote: >Forgive my poor english. >