2022 (07E6) (RC2022): MQRC_INT_ATTR_COUNT_TOO_SMALL


Explanation

On an MQINQ call, the IntAttrCount parameter is smaller than the number of integer attribute selectors (MQIA_*) specified in the Selectors parameter.

The call completes with MQCC_WARNING, with the IntAttrs array filled in with as many integer attributes as there is room for.


Completion code

MQCC_WARNING


Programmer response

Specify a large enough value, unless only a subset of the values is needed.

Parent topic: API reason codes