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