2432 (0980) (RC2432): MQRC_SUB_ALREADY_EXISTS
Explanation
An MQSUB call was issued to create a subscription, using the MQSO_CREATE option, but a subscription using the same SubName and ObjectString already exists.
Completion code
MQCC_FAILED
Programmer response
Ensure that the SubName and ObjectString input fields in the MQSD structure are set correctly, or use the MQSO_RESUME option to get a handle for the subscription that already exists.
Parent topic: API reason codes