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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetPendingMessageSize

tibemsConsumerInfo_GetPendingMessageSize
Function
Purpose
Get the combined size of pending messages for a topic consumer.
C Declaration
tibems_status tibemsConsumerInfo_GetPendingMessageSize(
    tibemsConsumerInfo consumerInfo,
    tibems_long* size);
COBOL Call
CALL "tibemsConsumerInfo_GetPendingMessageSize"
 USING BY VALUE consumerInfo,
       BY REFERENCE size,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function can be used to retrieve the combined size of the pending messages for a topic consumer. If the consumer is a queue consumer, the function returns 0 (zero).
See Also
tibemsQueueInfo_GetPendingMessageSize on page 487

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