Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31728 - Message length exceeds transport limit

31728   Message length exceeds transport limit

Cause

This error occurs if the message length exceeds the maximum length allowed by the transport. The maximum value is the value of the maxMessageLength property of the JadeGenericQueue class if it is set, or the maximum value permitted by the transport.

Action

Reduce the size of payload of the message, which is contained in the body property of the JadeGenericMessage object. Alternatively, split the message content into a number of smaller messages.