[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Branch 1_0_XARecovery

timfox do-not-reply at jboss.com
Sat Dec 2 09:13:45 EST 2006


Juha-

I have a few questions on the current implementation in svn:

1) The call to persistenceManager.associateTxCallbackToPreparedTx() in TransactionRepository::loadPreparedTransactions()

seems to be redundant since the callback will be automatically created when the refs / acks are replayed.

2) TransactionRepository::handleReferences():

call to persistenceManager.getMessageIdForRef(txId)

you only seem to be returning the first message id, the transaction may contain many message adds - so
you need to retrieve them all.

you need to do the following:

3) TransactionRepository::handleAcks():

same problem as for 2)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990750#3990750

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990750



More information about the jboss-dev-forums mailing list