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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetPendingMessageCount

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

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