Class BackupRecoveryJournalLoader

java.lang.Object
org.apache.activemq.artemis.core.server.impl.PostOfficeJournalLoader
org.apache.activemq.artemis.core.server.impl.BackupRecoveryJournalLoader
All Implemented Interfaces:
JournalLoader

public class BackupRecoveryJournalLoader extends PostOfficeJournalLoader
Instead of loading into its own post office this will use its parent server (the active server) and load into that. Since the server is already running we have to make sure we don't route any message that may subsequently get deleted or acked.