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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_GetPendingMessageSize

tibemsSubscriptionInfo_GetPendingMessageSize
Function
Purpose
Get the combined size of pending messages for a subscription.
C Declaration
tibems_status tibemsSubscriptionInfo_GetPendingMessageSize(
    tibemsSubscriptionInfo subscriptionInfo,
    tibems_long* msgSize);
COBOL Call
CALL "tibemsSubscriptionInfo_GetPendingMessageSize"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE msgSize,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsSubscriptionInfo_GetPendingMessageCount on page 525

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