TIBCO BusinessWorks JMS Sender error JMSMQ1113 while connecting to IBM MQ
book
Article ID: KB0094697
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
5.x
Description
The following error message is seen when using the JMS Sender activity to IBM MQ:
caused by: com.tibco.plugin.share.jms.impl.JMSExceptionWrapper: com.ibm.msg.client.jms.DetailedJMSException: JMSMQ1113: The destination does not have a name set.
An attempt was made to use a MQQueue or MQTopic that was created with the default constructor. A name should have been set before the queue was used. After creation, set a name on the MQQueue or MQTopic.
Issue/Introduction
This article describes a known issue were JMS Sender activity fails with error JMSMQ1113
Environment
Product : TIBCO ActiveMatrix BusinessWorks
Version : 5.x
Operating System : All
Resolution
This means that the destination does not have a name set. An attempt was made to use an MQQueue or MQTopic which was created with the default constructor. A name should have been set before the queue was used. The solution is that after creation, you need to set a name on the MQQueue or MQTopic. Refer to the following IBM website for more information on this issue: