Class ReplicatedJournal

java.lang.Object
org.apache.activemq.artemis.core.replication.ReplicatedJournal
All Implemented Interfaces:
Journal, ActiveMQComponent

public class ReplicatedJournal extends Object implements Journal
Used by the JournalStorageManager to replicate journal calls.

This class wraps a ReplicationManager and the local Journal. Every call will be relayed to both instances.

See Also: