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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetSubscriberCount

tibemsTopicInfo_GetSubscriberCount
Function
Purpose
Get the number of subscribers on this topic.
C Declaration
tibems_status tibemsTopicInfo_GetSubscriberCount(
    tibemsTopicInfo topicInfo,
    tibems_int* count);
COBOL Call
CALL "tibemsTopicInfo_GetSubscriberCount"
 USING BY VALUE topicInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsTopicInfo_GetActiveDurableCount on page 506
tibemsTopicInfo_GetDurableCount on page 507
tibemsQueueInfo_GetReceiverCount on page 490
 

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