Class ReplicationManager

java.lang.Object
org.apache.activemq.artemis.core.replication.ReplicationManager
All Implemented Interfaces:
ActiveMQComponent

public final class ReplicationManager extends Object implements ActiveMQComponent
Manages replication tasks on the primary server (i.e. the active server side of a "remote backup" use case).

Its equivalent in the backup server is ReplicationEndpoint.

See Also: