tibems_status tibemsTopicInfo_Create(
topicInfo Store the new tibemsTopicInfo object in this location. topicName This function is used to create a tibemsTopicInfo object with the specified name. The tibemsTopicInfo object may then be passed as the tibemsDestinationInfo argument to the tibemsAdmin_GetConsumers and tibemsAdmin_GetProducerStatistics functions. The name may include wildcards.For more information on wildcards, see Wildcards of the TIBCO Enterprise Message Service User’s Guide.tibems_status tibemsTopicInfo_Destroy(
Destroy this tibemsTopicInfo object.tibems_status tibemsTopicInfo_GetActiveDurableCount(
tibems_status tibemsTopicInfo_GetDurableCount(
tibems_status tibemsTopicInfo_GetFlowControlMaxBytes(
The value stored indicates the volume of pending messages, in bytes, that the server will store for the topic before enabling flow control. A value of 0 indicates that flow control will never be enabled.tibems_status tibemsTopicInfo_GetInboundStatistics(
This function retrieves the inbound statistics for the topic. Inbound statistics include all messages sent by EMS clients and routed servers.Get the maximum number of bytes of pending messages bound for this topic that the server will store.tibems_status tibemsTopicInfo_GetMaxBytes(
Get the maximum number of pending messages bound for the topic that the server will store.tibems_status tibemsTopicInfo_GetMaxMsgs(
tibems_status tibemsTopicInfo_GetName(
Length of the name buffer.tibems_status tibemsTopicInfo_GetOutboundStatistics(
This function retrieves the outbound statistics for the topic. Outbound statistics include all messages delivered by the topic to EMS clients and routed servers.tibems_status tibemsTopicInfo_GetOverflowPolicy(
For more information about overflow policies, see the TIBCO Enterprise Message Service User’s Guide.tibems_status tibemsTopicInfo_GetPendingMessageCount(
tibems_status tibemsTopicInfo_GetPendingMessageSize(
tibems_status tibemsTopicInfo_GetSubscriberCount(
Copyright © TIBCO Software Inc. All Rights Reserved.