Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31802 - IBMWMQ getMessageByCorrelId is limited to one correlationID value

31802   IBMWMQ getMessageByCorrelId is limited to one correlationID value

Cause

This error occurs if the getMessageByCorrelationID method of the JadeGenericQueue class is called for the WebSphere MQ queue with a BinaryArray as the correlIdList parameter.

In WebSphere MQ, the correlIdList parameter can be a single Binary value only. (A JadeMQ queue allows a BinaryArray with up to 64 correlation ID values as the correlIdList parameter.)

Action

Change your code.