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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetPendingPersistentMessageSize

tibemsTopicInfo_GetPendingPersistentMessageSize
Function
Purpose
Get the total size of all pending messages for this topic that were sent persistently.
C Declaration
tibems_status tibemsTopicInfo_GetPendingPersistentMessageSize(
    tibemsTopicInfo topicInfo,
    tibems_long* size);
COBOL Call
CALL "tibemsTopicInfo_GetPendingPersistentMessageSize"
 USING BY VALUE topicInfo,
       BY REFERENCE size,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsQueueInfo_GetPendingPersistentMessageSize on page 504

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