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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetMaxBytes

tibemsTopicInfo_GetMaxBytes
Function
Purpose
Get the maximum number of bytes of pending messages bound for this topic that the server will store.
C Declaration
tibems_status tibemsTopicInfo_GetMaxBytes(
    tibemsTopicInfo topicInfo,
    tibems_long* maxBytes);
COBOL Call
CALL "tibemsTopicInfo_GetMaxBytes"
 USING BY VALUE topicInfo,
       BY REFERENCE maxBytes,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsQueueInfo_GetMaxBytes on page 496

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