2036 (07F4) (RC2036): MQRC_NOT_OPEN_FOR_BROWSE


Explanation

An MQGET call was issued with one of the following options:

but either the queue had not been opened for browse, or we are using IBM MQ Multicast messaging.


Completion code

MQCC_FAILED


Programmer response

Specify MQOO_BROWSE when the queue is opened.

If we are using IBM MQ Multicast messaging, we cannot specify browse options with an MQGET call.

Parent topic: API reason codes