Posted: Wed Oct 12, 2005 10:02 am Post subject: Question about OpenCount
Novice
Joined: 05 Jun 2005 Posts: 17
Hello there ,
I am new to MQ , I tried digging this in the Admin book but not finding it. Can someone explain to me what is the OpenInputCount and OpenOutputCount and how do they work ? what is thier relation to the currentQdepth?
IPproc Count is the one which are handles of any application that is trying to pull the messages from a Queue
opproc are the handles of the application that is putting messages to a Queue
Such things (specific queue/channel/other attributes) are best found in the MQSC reference:
Quote:
IPPROCS
The number of handles that are currently open for input for the queue (either input-shared or input-exclusive). This does not include handles that are open for browse.
For shared queues, the number returned applies only to the queue manager generating the reply. The number is not the total for all the queue managers in the queue-sharing group.
OPPROCS
This is the number of handles that are currently open for output for the queue.
For shared queues, the number returned applies only to the queue manager generating the reply. The number is not the total for all the queue managers in the queue-sharing group.
Note several subtleties which go beyond what xxx said.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum