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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetCurrentMsgSizeSentByServer

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

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