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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_GetPendingMessageCount

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

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