7879808182838485868788
} ConsumerJournalEntry cje = reader.readJournalEntry(); if (cje == null) { break; } cje.invokeMethod(delegate, recoveryLog); cje.close(); } reader.shutdown(); recoveryLog.log("Recovery complete.");