【问题标题】:Does anyone know why this error occurs?有谁知道为什么会发生这个错误?
【发布时间】:2018-07-09 01:54:51
【问题描述】:
com.ibm.msg.client.jms.DetailedInvalidDestinationException: JMSWMQ2007: Failed to send a message to destination 'Queue Name'.
JMS attempted to perform an MQPUT or MQPUT1; however WebSphere MQ reported an error.
Use the linked exception to determine the cause of this error.
    at com.ibm.msg.client.wmq.common.internal.Reason.reasonToException(Reason.java:498)
    at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:216)
    at com.ibm.msg.client.wmq.internal.WMQMessageProducer.checkJmqiCallSuccess(WMQMessageProducer.java:1086)
    at com.ibm.msg.client.wmq.internal.WMQMessageProducer.checkJmqiCallSuccess(WMQMessageProducer.java:1044)
    at com.ibm.msg.client.wmq.internal.WMQMessageProducer.access$800(WMQMessageProducer.java:71)

【问题讨论】:

标签: ibm-mq


【解决方案1】:

“队列名称”队列是您尝试放入消息的队列吗?该队列在您的应用程序连接到的队列管理器上不存在。队列必须存在才能放置消息。在队列管理器中创建(或使用现有)队列,然后重试。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-02-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-07-20
    • 2011-09-05
    • 1970-01-01
    相关资源
    最近更新 更多