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

Parameter Description
topicInfo Get the number of bytes for this server.
maxBytes Stores the number of bytes.