PutAuthority (MQLONG)
This field specifies whether the user identifier in the context information associated with a message is used to establish authority to put the message to the destination queue.
This field is relevant only for channels with a ChannelType of MQCHT_REQUESTER, MQCHT_RECEIVER, or MQCHT_CLUSRCVR. It is one of the following:
- MQPA_DEFAULT
- Default user identifier is used.
- MQPA_CONTEXT
- Context user identifier is used.
- MQPA_ALTERNATE_OR_MCA
- The user ID from the UserIdentifier field of the message descriptor is used. Any user ID received from the network is not used. This value is supported only on z/OS .
- MQPA_ONLY_MCA
- The default user ID is used. Any user ID received from the network is not used. This value is supported only on z/OS.
Parent topic: Fields