MQQueueManager

 

public MQQueueManager(String queueManagerName, Hashtable properties, 
                      ConnectionManager connectionManager) 
              throws MQException;

Creates a connection to the named queue manager using given Hashtable and connection manager. The given properties override those held in MQEnvironment.

Parameters

  • queueManagerName - the name of the queue manager.

  • properties - connection properties.

  • connectionManager - the ConnectionManager which handles this connection.

Exceptions

  • MQException - if there are connection problems.


uj14920_