tibemsTopicInfo Type Purpose Represent a topic that is configured in the server. Function Description Page tibemsTopicInfo_Create Create a tibemsTopicInfo object. 534 tibemsTopicInfo_Destroy Destroy a tibemsTopicInfo object. 535 tibemsTopicInfo_GetActiveDurableCount Get the current number of active durable subscribers for this topic. 536 tibemsTopicInfo_GetDurableSubscriptionCount Get the current number of durable subscriptions for this topic. 538 tibemsTopicInfo_GetFlowControlMaxBytes Get the volume of pending message bytes at which flow control is enabled for the topic. 539 tibemsTopicInfo_GetInboundStatistics Get inbound statistics for this topic. 540 tibemsTopicInfo_GetMaxBytes Get the maximum number of bytes of pending messages bound for this topic that the server will store. 541 tibemsTopicInfo_GetMaxMsgs Get the maximum number of pending messages bound for the topic that the server will store. 542 tibemsTopicInfo_GetName Get the name of this topic. 543 tibemsTopicInfo_GetOutboundStatistics Get outbound statistics for this topic. 544 tibemsTopicInfo_GetOverflowPolicy Get the overflow policy for this topic. 545 tibemsTopicInfo_GetPendingMessageCount Get the total number of pending messages for this topic. 546 tibemsTopicInfo_GetPendingMessageSize Get the total size of all pending messages for this topic. 547 tibemsTopicInfo_GetPendingPersistentMessageCount Get the total number of pending messages for this topic that were sent persistently. 548 tibemsTopicInfo_GetPendingPersistentMessageSize Get the total size of all pending messages for this topic that were sent persistently. 549 tibemsTopicInfo_GetSubscriberCount Get the number of subscribers on this topic. 550 tibemsTopicInfo_GetSubscriptionCount Get the current number of subscriptions for this topic. 551 Related Types tibemsStatData on page 514