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
Parameter | Description |
---|---|
subscriptionInfo
|
Get the combined pending messages size for this subscription. |
msgSize
|
Store the combined size of pending messages. |