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
Parameter | Description |
---|---|
consumerInfo
|
Get the number of messages for this consumer. |
count
|
Store the message count in this location. |