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 Store the number of bytes.