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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetPendingMessageCount

tibemsQueueInfo_GetPendingMessageCount
Function
Purpose
Get the total number of pending messages for this queue.
C Declaration
tibems_status tibemsQueueInfo_GetPendingMessageCount(
    tibemsQueueInfo queueInfo,
    tibems_long* count);
COBOL Call
CALL "tibemsQueueInfo_GetPendingMessageCount"
 USING BY VALUE queueInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsTopicInfo_GetPendingMessageCount on page 544

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