2465 (09A1) (RC2465): MQRC_PROPERTY_NAME_TOO_BIG
Explanation
On an MQINQMP call, IBM® MQ attempted to copy the name
of the inquired property into the location indicated by the ReturnedName field of
the InqPropOpts parameter but the buffer was too small to contain the full
property name. The call failed but the VSLength field of the
ReturnedName of the InqPropOpts parameter indicates how large
the ReturnedName buffer needs to be.
Completion code
MQCC_FAILED
Programmer response
The full property name can be retrieved by calling MQINQMP again with a larger buffer for the returned name, also specifying the MQIMPO_INQ_PROP_UNDER_CURSOR option. This will inquire on the same property.