in that case,
why we have both
inflightTransactions.remove(txid);
preparedTransactions.remove(txid); in the rollBack() method..
are the elements in inflight Transactions and prepared Transactions
completely different ?
Thanks,
Radha
--
View this message in context:
http://old.nabble.com/
any inflight work needs to be thrown away pending a commit. Only
prepared transactions should remain after a restart.
On 8 July 2010 10:04, radha_mit wrote:
>
>
> The MemoryTransactionStore contains a rollback method that is called when
> the broker is crashed or shutting down. The rollback meth
sorry, mistake in last line..
if the method body is commented ?
Thanks,
Radha
--
View this message in context:
http://old.nabble.com/regarding-ActiveMQ-MemoryPersistence-Adapter-tp29103813p29103918.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.