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

31767   Message length exceeds queue limit

Cause

This error occurs if you attempt to add a message to the queue that exceeds the maximum allowed length for messages in the queue. The upper limit for the message length depends on the transport, but this value can be reduced for a particular queue by setting the value of the maxMessageLength property the JadeGenericQueue class.

Action

Correct your code.