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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetDeliveredMessageCount

tibemsQueueInfo_GetDeliveredMessageCount
Function
Purpose
Get the total number of messages that have been delivered to consumer applications but have not yet been acknowledged.
C Declaration
tibems_status tibemsQueueInfo_GetDeliveredMessageCount(
    tibemsQueueInfo queueInfo,
    tibems_long* count);
COBOL Call
CALL "tibemsQueueInfo_GetDeliveredMessageCount"
 USING BY VALUE queueInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
Parameters
 
 

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