6101 (17D5) (RC6101): MQRC_REOPEN_INQUIRE_ERROR
Explanation
An open object does not have the correct ImqObject open options and requires one or more additional options. An implicit reopen is required but closure has been prevented.
Closure has been prevented because one or more characteristics of the object need to be checked dynamically prior to closure, and the open options do not already include MQOO_INQUIRE.
This reason code occurs in the IBM MQ C++ environment.
Completion code
MQCC_FAILED
Programmer response
Set the open options explicitly to include MQOO_INQUIRE.
Parent topic: API reason codes