2053 (0805) (RC2053): MQRC_Q_FULL
Explanation
An MQPUT or MQPUT1 call, or a command, failed because the queue is full, that is, it already contains the maximum number of messages possible, as specified by the MaxQDepth queue attribute.
This reason code can also occur in the Feedback field in the message descriptor of a report message; in this case it indicates that the error was encountered by a message channel agent when it attempted to put the message on a remote queue.
Completion code
MQCC_FAILED
Programmer response
Retry the operation later. Consider increasing the maximum depth for this queue, or arranging for more instances of the application to service the queue.
This reason code is also used to identify the corresponding event message Queue Full.