Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31754 - Masked queue name too long

31754   Masked queue name too long

Cause

This error occurs when a queue name is specified with a trailing asterisk (*) indicating a mask from which a unique name is generated when the queue is opened (the queue name is part of the first parameter of the openQueue method of the JadeMessagingFactory) and the number of characters exceeds the maximum allowed length for the transport type. The maximum length for a masked queue name is 100 characters for the WebSphere MQ transport and 70 characters for the JadeMQ transport.

Action

Correct your code.