tibemsTopicInfo_GetDurableCount
Function
Warning:
This function is deprecated in Software Release 8.0.0, and will no longer be supported in future releases. Applications should be updated to use the
tibemsTopicInfo_GetDurableSubscriptionCount
function.
Purpose
Get the current number of durable subscribers for this topic.
C Declaration
tibems_status tibemsTopicInfo_GetDurableCount( tibemsTopicInfo topicInfo, tibems_int* count);
COBOL Call
CALL "tibemsTopicInfo_GetDurableCount" 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
|
Store the number of subscribers in this location. |