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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetPendingPersistentMessageCount

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

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