2428 (097C) (RC2428): MQRC_NO_SUBSCRIPTION
Explanation
An MQSUB call using option MQSO_RESUME was made specifying a full subscription name that does not match any existing subscription.
Completion code
MQCC_FAILED
Programmer response
Ensure that the subscription exists and that the full subscription name is correctly specified in the application. The full subscription name is built from the ConnTag field specified at connection time in the MQCNO structure and the SubName field specified at MQSUB time in the MQSD structure.
Parent topic: API reason codes