【发布时间】:2018-11-05 23:37:05
【问题描述】:
我们有一个 IBM WebSphere AS 9.0.0.7,当我们想要部署一个包含 MDB 的应用程序时——它侦听远程 WebShpere MQ 服务器——当 MQ 服务器关闭时,WAS 会报告错误
Caused by: com.ibm.mq.connector.DetailedResourceAdapterInternalException: MQJCA1011: Failed to allocate a JMS connection., error code: MQJCA1011 An internalerror caused an attempt to allocate a connection to fail. See the linked exception for details of the failure.
并停止部署,即应用程序未启动。这是一个大问题,因为它是其他业务的关键枢纽。我们希望强制 WAS 启动应用程序并稍后重试 JMS 连接。有可能吗?
【问题讨论】: