【发布时间】:2015-08-04 08:04:30
【问题描述】:
我在 IBM mq websphere 中使用 java 应用程序。当我在 mq 中杀死应用程序时,仍然会保留一些有关频道的信息。我不知道如何纠正应用程序的停止。
简单地说,我需要使用 mq 通道杀死应用程序。因为当我重新启动应用程序时,它无法启动并抛出异常:
ERROR Failed to initialize Queue Channel.
com.ibm.msg.client.jms.DetailedJMSException: JMSWMQ0018: Failed to connect to queue manager 'TL4UZ8T' with connection mode '1' and host name 'mq4u-TL4UZ8T.lb.com(64424)'.
感谢您的帮助!
【问题讨论】: