Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31755 - Queue name too long

31755   Queue name too long

Cause

This error occurs when a queue name is specified without a trailing asterisk (*) indicating a mask (the queue name is part of the first parameter of the openQueue method of the JadeMessagingFactory class) and the number of characters exceeds the maximum allowed length for the transport type. The maximum length for an unmasked queue name is 40 characters for the WebSphere MQ transport and 120 characters for the JadeMQ transport.

Action

Correct your code.