Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetMaxBytes

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
 
See Also
tibemsTopicInfo_GetMaxBytes on page 541

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved