getQueueType

 

public int getQueueType() throws MQException;

Gets the type of this queue.

Returns

  • one of the following:

    • MQC.MQQT_ALIAS

    • MQC.MQQT_LOCAL

    • MQC.MQQT_MODEL

    • MQC.MQQT_REMOTE

Exceptions

  • MQException - if you call this method after you have closed the queue, to indicate that the queue is no longer accessible.


uj14710_