Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31756 - ReplyQueueName cannot include masked queue name

31756   ReplyQueueName cannot include masked queue name

Cause

This error occurs if you attempt to set the replyQueueFullName property of a JadeGenericMessage object with a trailing asterisk (*) indicating a mask from which a unique name is generated when the queue is opened. A masked queue name is only permitted when a queue name is specified as part of the first parameter of the openQueue method of the JadeMessagingFactory class.

Action

Correct your code.