2036 (07F4) (RC2036): MQRC_NOT_OPEN_FOR_BROWSE

Explanation

An MQGET call was issued with one of the following options:
  • MQGMO_BROWSE_FIRST
  • MQGMO_BROWSE_NEXT
  • MQGMO_BROWSE_MSG_UNDER_CURSOR
  • MQGMO_MSG_UNDER_CURSOR
but either the queue had not been opened for browse, or you are using WebSphere® MQ Multicast messaging.

Completion Code

MQCC_FAILED

Programmer response

Specify MQOO_BROWSE when the queue is opened.

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