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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetPendingPersistentMessageSize

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

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