670671672673674675676677678679680
finally { closeCursorSafely(cursor); } TransactionLogRecoveryHandler.DtxRecordRecoveryHandler dtxrh = qerh.completeQueueEntryRecovery(); cursor = null; try { cursor = _xidDb.openCursor(null, null);
612613614615616617618619620621622
771772773774775776777778779780781
{ cursor.close(); } } qerh.completeQueueEntryRecovery(); } /** * Removes the specified message from the store. *
548549550551552553554555556557558
620621622623624625626627628629630
902903904905906907908909910911912
} } TransactionLogRecoveryHandler.DtxRecordRecoveryHandler dtxrh = qerh.completeQueueEntryRecovery(); cursor = null; try { cursor = _xidDb.openCursor(null, null);
547548549550551552553554555556557