【发布时间】: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)
【问题讨论】:
-
您应该提供更多信息,而不仅仅是提交堆栈跟踪。请参阅How do I ask a good question? 并更新您的问题,以便我们为您提供帮助
-
检查 Websphere MQ 消息/错误日志以获取详细信息,因为错误源自 MQ。
-
欢迎来到 stackoverflow.com。请花一些时间阅读help pages,尤其是名为"What topics can I ask about here?" 和"What types of questions should I avoid asking?" 的部分。也请使用tour 并阅读有关how to ask good questions 的信息。最后请学习如何创建Minimal, Complete, and Verifiable Example。
-
请添加更多详细信息。引用的链接异常将告诉您 PUT 失败的原因,并且是了解除了猜测多种可能原因之外的原因的关键。
标签: ibm-mq