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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetTotalAcknowledgedCount

tibemsConsumerInfo_GetTotalAcknowledgedCount
Function
Purpose
Get the total number of messages which were delivered to this consumer and have been acknowledged by the consumer's session.
C Declaration
tibems_status tibemsConsumerInfo_GetTotalAcknowledgedCount(
    tibemsConsumerInfo consumerInfo,
    tibems_long* count);
COBOL Call
CALL "tibemsConsumerInfo_GetTotalAcknowledgedCount"
 USING BY VALUE consumerInfo,
       BY REFERENCE count,
      RETURNING tibems-status
END-CALL.
Parameters
 

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