tibemsTopicInfo_GetActiveDurableCount

Function

Purpose

Get the current number of active durable subscribers for this topic.

C Declaration

tibems_status tibemsTopicInfo_GetActiveDurableCount(
    tibemsTopicInfo topicInfo,
    tibems_int* count);

COBOL Call

CALL "tibemsTopicInfo_GetActiveDurableCount"
 USING BY VALUE topicInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
topicInfo Get the number of subscribers to this topic.
count Stores the number of active durable subscribers.