tibemsQueueInfo_GetMaxBytes Function Purpose Get the maximum number of bytes that the server stores of pending messages bound for this queue. C Declaration tibems_status tibemsQueueInfo_GetMaxBytes( tibemsQueueInfo queueInfo, tibems_long* maxBytes); COBOL Call CALL "tibemsQueueInfo_GetMaxBytes" USING BY VALUE queueInfo, BY REFERENCE maxBytes, RETURNING tibems-status END-CALL. Parameters Parameter Description queueInfo Get the maximum bytes for this queue. maxBytes The function stores the number of bytes in this location. See Also tibemsTopicInfo_GetMaxBytes on page 541