MQQueueManager

 

public MQQueueManager(String queueManagerName, int options) 
              throws MQException;

Creates a connection to the named queue manager specifying binding options.

Parameters

  • queueManagerName - the name of the queue manager.

  • options - binding options. Possible values are:

    • MQC.MQCNO_FASTPATH_BINDING

    • MQC.MQCNO_STANDARD_BINDING

    • MQC.MQCNO_SHARED_BINDING

    • MQC.MQCNO_ISOLATED_BINDING

Exceptions

  • MQException - if there are connection problems.


uj14950_