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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetInboundStatistics

tibemsQueueInfo_GetInboundStatistics
Function
Purpose
Get inbound statistics for this queue.
C Declaration
tibems_status tibemsQueueInfo_GetInboundStatistics(
    tibemsQueueInfo queueInfo,
    tibemsStatData* statData);
COBOL Call
CALL "tibemsQueueInfo_GetInboundStatistics"
 USING BY VALUE queueInfo,
       BY REFERENCE statData,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function retrieves the inbound statistics for the queue. Inbound statistics include all messages sent into the queue by EMS clients and routed servers.
See Also
tibemsTopicInfo_GetInboundStatistics on page 538

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