tibemsTopicInfo_GetOutboundStatistics

Function

Purpose

Get outbound statistics for this topic.

C Declaration

tibems_status tibemsTopicInfo_GetOutboundStatistics(
    tibemsTopicInfo topicInfo,
    tibemsStatData* statData);

COBOL Call

CALL "tibemsTopicInfo_GetOutboundStatistics"
 USING BY VALUE topicInfo,
       BY REFERENCE statData,
       RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
topicInfo Get statistics for this topic.
statData Stores the statistics.

Remarks

This function retrieves the outbound statistics for the topic. Outbound statistics include all messages delivered by the topic to EMS clients and routed servers.