Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetOutboundStatistics

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
 
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
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved