2093 (082D) (RC2093): MQRC_NOT_OPEN_FOR_PASS_ALL
Explanation
An MQPUT call was issued with the MQPMO_PASS_ALL_CONTEXT option specified in the PutMsgOpts parameter, but the queue had not been opened with the MQOO_PASS_ALL_CONTEXT option.
Completion code
MQCC_FAILED
Programmer response
Specify MQOO_PASS_ALL_CONTEXT (or another option that implies it) when the queue is opened.
Parent topic: API reason codes