tibemsQueueInfo_GetReceiverCount
Function
Purpose
Get the number of active receivers on this queue.
C Declaration
tibems_status tibemsQueueInfo_GetReceiverCount( tibemsQueueInfo queueInfo, tibems_int* count);
COBOL Call
CALL "tibemsQueueInfo_GetReceiverCount" USING BY VALUE queueInfo, BY REFERENCE count, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
queueInfo
|
Get the number of receivers on this queue. |
count
|
Store the number of receivers. |