getOpenOutputCount

 

public int getOpenOutputCount() throws MQException;

Gets the number of currently valid handles for adding messages to the queue.

Returns

  • the total number of valid handles known to the local queue manager, not just those created by the WebSphere MQ Client for Java™ (using accessQueue() ).

Exceptions

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


uj14700_