2016 (07E0) (RC2016): MQRC_GET_INHIBITED


Explanation

MQGET calls are currently inhibited for the queue, or for the queue to which this queue resolves.


Completion code

MQCC_FAILED


Programmer response

If the system design allows get requests to be inhibited for short periods, retry the operation later.

This reason code is also used to identify the corresponding event message Get Inhibited.


System programmer action

Use ALTER QLOCAL(...) GET(ENABLED) to allow messages to be got.

Parent topic: API reason codes