I'm working with IBM Websphere MQ 7.5.0.5 and I found out under some circumstances, the constructor of a QueueManager hangs when the server side shuts down. This constructor is surrounded by "using" clause like the following code. How can I forcibly terminates the constructor function after a certain time?
using (mqQueueManager = new MQQueueManager(this._queueManager, this._properties))