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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetFlowControlMaxBytes

tibemsQueueInfo_GetFlowControlMaxBytes
Function
Purpose
Get the volume of pending messages at which flow control is enabled for the queue.
C Declaration
tibems_status tibemsQueueInfo_GetFlowControlMaxBytes(
    tibemsQueueInfo queueInfo,
    tibems_long* maxBytes);
COBOL Call
CALL "tibemsQueueInfo_GetFlowControlMaxBytes"
 USING BY VALUE queueInfo,
       BY REFERENCE maxBytes,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsTopicInfo_GetFlowControlMaxBytes on page 537

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