【发布时间】:2015-10-31 10:00:34
【问题描述】:
我正在使用 IBM Websphere MQ 7.5.0.5,我发现在某些情况下,当服务器端关闭时,QueueManager 的构造函数会挂起。这个构造函数被“使用”包围 子句如以下代码。如何在一定时间后强制终止构造函数?
using (mqQueueManager = new MQQueueManager(this._queueManager, this._properties))
【问题讨论】:
-
你也许能在stackoverflow.com/questions/4238345/…找到一些东西。
标签: c# .net constructor message-queue ibm-mq