MsgVpnReplayLog: {
    egressEnabled?: boolean;
    ingressEnabled?: boolean;
    maxSpoolUsage?: number;
    msgVpnName?: string;
    replayLogName?: string;
    topicFilterEnabled?: boolean;
}

Type declaration

  • Optional egressEnabled?: boolean

    Enable or disable the transmission of messages from the Replay Log. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is false.

  • Optional ingressEnabled?: boolean

    Enable or disable the reception of messages to the Replay Log. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is false.

  • Optional maxSpoolUsage?: number

    The maximum spool usage allowed by the Replay Log, in megabytes (MB). If this limit is exceeded, old messages will be trimmed. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is 0.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional replayLogName?: string

    The name of the Replay Log.

  • Optional topicFilterEnabled?: boolean

    Enable or disable topic filtering for the Replay Log. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is false. Available since 2.27.