MQQueueManager

System.Object
	|
	*- IBM.WMQ.MQBase
		|
		*- IBM.WMQ.MQBaseObject
			|
			*- IBM.WMQ.ManagedObject
				|
				*- IBM.WMQ.MQQueueManager
public class IBM(R).WMQ.MQQueueManager
extends IBM.WMQ.MQManagedObject. (See MQManagedObject.)

The MQQueueManager encapsulates the MQCONN. It has an overloaded constructor that can be used to perform client/server connections to a QueueManager.

The MQQueueManager contains a method 'AccessQueue', which is used to instantiate an MQQueue object associated with the connected MQQueueManager object.

The MQQueueManager class also contains methods to begin, commit, and rollback transactions.