2049 (0801) (RC2049): MQRC_PRIORITY_EXCEEDS_MAXIMUM
Explanation
An MQPUT or MQPUT1 call was issued, but the value of the Priority field in the message descriptor MQMD exceeds the maximum priority supported by the local queue manager, as shown by the MaxPriority queue manager attribute. The message is accepted by the queue manager, but is placed on the queue at the queue manager's maximum priority. The Priority field in the message descriptor retains the value specified by the application that put the message.
Completion code
MQCC_WARNING
Programmer response
None required, unless this reason code was not expected by the application that put the message.
Parent topic: API reason codes