SPLProtection (MQLONG)

This field specifies the value of the AMS security policy protection.

The value is one of the following:

    MQSPL_PASSTHRU
    Pass through, unchanged, any messages sent or received by the MCA for this channel.

    This value is relevant only for channels with a ChannelType of MQCHT_SENDER, MQCHT_SERVER, MQCHT_RECEIVER, or MQCHT_REQUESTER, and is the default value.

    MQSPL_REMOVE
    Remove any AMS protection from messages retrieved from the transmission queue by the MCA, and send the messages to the partner.

    This value is relevant only for channels with a ChannelType of MQCHT_SENDER or MQCHT_SERVER.

    MQSPL_ASPOLICY
    Based on the policy defined for the target queue, apply AMS protection to inbound messages prior to putting them on to the target queue.

    This value is relevant only for channels with a ChannelType of MQCHT_RECEIVER or MQCHT_REQUESTER.

This is an input field to the exit. This field is not present if Version is less than MQCD_VERSION_12.

Parent topic: Fields