tibemsTopicInfo Type Purpose Represent a topic that is configured in the server. Function Description Page tibemsTopicInfo_Create Create a tibemsTopicInfo object. 504 tibemsTopicInfo_Destroy Destroy a tibemsTopicInfo object. 505 tibemsTopicInfo_GetActiveDurableCount Get the current number of active durable subscribers for this topic. 506 tibemsTopicInfo_GetDurableCount Get the current number of durable subscribers for this topic. 507 tibemsTopicInfo_GetFlowControlMaxBytes Get the volume of pending message bytes at which flow control is enabled for the topic. 508 tibemsTopicInfo_GetInboundStatistics Get inbound statistics for this topic. 509 tibemsTopicInfo_GetMaxBytes Get the maximum number of bytes of pending messages bound for this topic that the server will store. 510 tibemsTopicInfo_GetMaxMsgs Get the maximum number of pending messages bound for the topic that the server will store. 511 tibemsTopicInfo_GetName Get the name of this topic. 512 tibemsTopicInfo_GetOutboundStatistics Get outbound statistics for this topic. 513 tibemsTopicInfo_GetOverflowPolicy Get the overflow policy for this topic. 514 tibemsTopicInfo_GetPendingMessageCount Get the total number of pending messages for this topic. 515 tibemsTopicInfo_GetPendingMessageSize Get the total size of all pending messages for this topic. 516 tibemsTopicInfo_GetPendingPersistentMessageCount Get the total number of pending messages for this topic that were sent persistently. 517 tibemsTopicInfo_GetPendingPersistentMessageSize Get the total size of all pending messages for this topic that were sent persistently. 518 tibemsTopicInfo_GetSubscriberCount Get the number of subscribers on this topic. 519 Related Types tibemsStatData on page 497