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.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.