MsgVpnRestDeliveryPoint: {
    clientProfileName?: string;
    enabled?: boolean;
    msgVpnName?: string;
    restDeliveryPointName?: string;
    service?: string;
    vendor?: string;
}

Type declaration

  • Optional clientProfileName?: string

    The Client Profile of the REST Delivery Point. It must exist in the local Message VPN. Its TCP parameters are used for all REST Consumers in this RDP. Its queue properties are used by the RDP client. The Client Profile is used inside the auto-generated Client Username for this RDP. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "default".

  • Optional enabled?: boolean

    Enable or disable the REST Delivery Point. When disabled, no connections are initiated or messages delivered to any of the contained REST Consumers. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is false.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional restDeliveryPointName?: string

    The name of the REST Delivery Point.

  • Optional service?: string

    The name of the service that this REST Delivery Point connects to. Internally the broker does not use this value; it is informational only. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "". Available since 2.19.

  • Optional vendor?: string

    The name of the vendor that this REST Delivery Point connects to. Internally the broker does not use this value; it is informational only. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "". Available since 2.19.