2443 (098B) (RC2443): MQRC_SEGMENTATION_NOT_ALLOWED
Explanation
An MQPUT or MQPUT1 call was issued to put a segmented message or a message that may be broken up into smaller segments (MQMF_SEGMENTATION_ALLOWED). The message was found to contain one or more MQ-defined properties in the message data; MQ-defined properties are not valid in the message data of a segmented message.
IBM MQ Multicast cannot use segmented messages.
Completion code
MQCC_FAILED
Programmer response
Remove the invalid properties from the message data or prevent the message from being segmented.
Parent topic: API reason codes