tibemsTopicInfo
Type
Purpose
Represent a topic that is configured in the server.
Function | Description |
---|---|
tibemsTopicInfo_Create
|
Create a
tibemsTopicInfo object.
|
tibemsTopicInfo_Destroy
|
Destroy a
tibemsTopicInfo object.
|
tibemsTopicInfo_GetActiveDurableCount
|
Get the current number of active durable subscribers for this topic. |
tibemsTopicInfo_GetDurableSubscriptionCount
|
Get the current number of durable subscriptions for this topic. |
tibemsTopicInfo_GetFlowControlMaxBytes
|
Get the volume of pending message bytes at which flow control is enabled for the topic. |
tibemsTopicInfo_GetInboundStatistics
|
Get inbound statistics for this topic. |
tibemsTopicInfo_GetMaxBytes
|
Get the maximum number of bytes of pending messages bound for this topic that the server will store. |
tibemsTopicInfo_GetMaxMsgs
|
Get the maximum number of pending messages bound for the topic that the server will store. |
tibemsTopicInfo_GetName
|
Get the name of this topic. |
tibemsTopicInfo_GetOutboundStatistics
|
Get outbound statistics for this topic. |
tibemsTopicInfo_GetOverflowPolicy
|
Get the overflow policy for this topic. |
tibemsTopicInfo_GetPendingMessageCount
|
Get the total number of pending messages for this topic. |
tibemsTopicInfo_GetPendingMessageSize
|
Get the total size of all pending messages for this topic. |
tibemsTopicInfo_GetPendingPersistentMessageCount
|
Get the total number of pending messages for this topic that were sent persistently. |
tibemsTopicInfo_GetPendingPersistentMessageSize
|
Get the total size of all pending messages for this topic that were sent persistently. |
tibemsTopicInfo_GetSubscriberCount
|
Get the number of subscribers on this topic. |
tibemsTopicInfo_GetSubscriptionCount
|
Get the current number of subscriptions for this topic. |
Related Types
Subtopics