Class BackupRegistrationMessage

java.lang.Object
org.apache.activemq.artemis.core.protocol.core.impl.PacketImpl
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.BackupRegistrationMessage
All Implemented Interfaces:
Packet

public final class BackupRegistrationMessage extends PacketImpl
Registers a given backup-server as the replicating backup of a primary server (i.e. a regular ActiveMQ).

If it succeeds the backup will start synchronization of its state with the new backup node, and replicating any new data. If it fails the backup server will receive a message indicating failure, and should shutdown.

See Also: