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