accessQueue

 

public MQQueue accessQueue(String queueName, int openOptions) 
              throws MQException;

Establishes access to an WebSphere MQ queue on this queue manager using default queue manager name and alternative user ID values.

Parameters

  • queueName - name of queue to open.

  • openOptions - options which control the opening of the queue. See accessQueue(String, int, String, String, String) for more information.

Returns

  • MQQueue which has been successfully opened.

Exceptions

  • MQException - if the open fails.


uj15090_