tibemsQueueInfo_GetOutboundStatistics Function Purpose Get outbound statistics for this queue. C Declaration tibems_status tibemsQueueInfo_GetOutboundStatistics( tibemsQueueInfo queueInfo, tibemsStatData* statData); COBOL Call CALL "tibemsQueueInfo_GetOutboundStatistics" USING BY VALUE queueInfo, BY REFERENCE statData, RETURNING tibems-status END-CALL. Parameters Parameter Description queueInfo Get statistics for this queue. statData The function stores the statistics in this location. Remarks This function retrieves the outbound statistics for the queue. Outbound statistics include all messages delivered from the queue to EMS clients and routed servers. See Also tibemsTopicInfo_GetOutboundStatistics on page 542