/** Used by <code>MQIChannelHandler</code> to actually create QMQueueManager connection.
* @return a new connection based on port configuration
* @throws MQException if the connection fails
*/
public MQQueueManager createQueueManager() throws MQException {
return new MQQueueManager(queueMgr, connProps);
}