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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetCurrentMsgCountSentByServer

tibemsConsumerInfo_GetCurrentMsgCountSentByServer
Function
Purpose
Get the number of messages sent to consumer and not yet acknowledged by consumer's session.
C Declaration
tibems_status tibemsConsumerInfo_GetCurrentMsgCountSentByServer(
    tibemsConsumerInfo consumerInfo,
    tibems_long* count);
COBOL Call
CALL "tibemsConsumerInfo_GetCurrentMsgCountSentByServer"
 USING BY VALUE consumerInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function gets the number of messages sent to but not yet acknowledged by the consumer. For topic consumers, this number is included in the number of pending messages returned by tibemsConsumerInfo_GetPendingMessageCount.
See Also
tibemsConsumerInfo_GetPendingMessageCount on page 467

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