MsgVpnReplicatedTopic: {
    msgVpnName?: string;
    replicatedTopic?: string;
    replicationMode?: replicationMode;
}

Type declaration

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional replicatedTopic?: string

    The topic for applying replication. Published messages matching this topic will be replicated to the standby site.

  • Optional replicationMode?: replicationMode

    The replication mode for the Replicated Topic. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "async". The allowed values and their meaning are:

    "sync" - Messages are acknowledged when replicated (spooled remotely).
    "async" - Messages are acknowledged when pending replication (spooled locally).