MsgVpnBridgeRemoteSubscription: {
    bridgeName?: string;
    bridgeVirtualRouter?: MsgVpnBridgeRemoteSubscription.bridgeVirtualRouter;
    deliverAlwaysEnabled?: boolean;
    msgVpnName?: string;
    remoteSubscriptionTopic?: string;
}

Type declaration

  • Optional bridgeName?: string

    The name of the Bridge.

  • Optional bridgeVirtualRouter?: MsgVpnBridgeRemoteSubscription.bridgeVirtualRouter

    The virtual router of the Bridge. The allowed values and their meaning are:

    "primary" - The Bridge is used for the primary virtual router.
    "backup" - The Bridge is used for the backup virtual router.
    "auto" - The Bridge is automatically assigned a virtual router at creation, depending on the broker's active-standby role.
    
  • Optional deliverAlwaysEnabled?: boolean

    Enable or disable deliver-always for the Bridge remote subscription topic instead of a deliver-to-one remote priority. A given topic for the Bridge may be deliver-to-one or deliver-always but not both.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional remoteSubscriptionTopic?: string

    The topic of the Bridge remote subscription.