getOpenInputCount

 

public int getOpenInputCount() throws MQException;

Gets the number of currently valid handles for removing messages from 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.


uj14690_