Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31778 - Correlation ID list has too many entries

31778   Correlation ID list has too many entries

Cause

This error occurs if you use the getMessageByCorrelationID method of the JadeGenericQueue class to retrieves a message from the queue where the value of the correlationID property of the message matches one of the elements of the correlIdList parameter.

The value of the correlIdList parameter is either a single Binary value or a BinaryArray value. In WebSphere MQ, the correlIdList parameter can only be a single Binary value. In JadeMQ, the correlIdList parameter can be a BinaryArray list but the number of entries must not exceed 64.

Action

Correct your code.