2478 (09AE) (RC2478): MQRC_PROPERTIES_TOO_BIG
Explanation
An MQPUT or MQPUT1 call was issued to put a message on a queue, but the properties of the message were too large. The length of the properties cannot exceed the value of the MaxPropertiesLength queue manager attribute. This return code will also be issued if a message with headers greater than 511 KB is put to a shared queue.
Completion code
MQCC_FAILED
Programmer response
Consider one of the following actions:- Reduce the number or the size of the properties associated with the message. This could include moving some of the properties into the application data.
- Increase the value of the MaxPropertiesLength queue manager attribute.