Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetReceiverCount

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
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved