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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetFlowControlMaxBytes

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

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