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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetMaxMsgs

tibemsQueueInfo_GetMaxMsgs
Function
Purpose
Get the maximum number of pending messages bound for the queue that the server will store.
C Declaration
tibems_status tibemsQueueInfo_GetMaxMsgs(
    tibemsQueueInfo queueInfo,
    tibems_long* maxMsgs);
COBOL Call
CALL "tibemsQueueInfo_GetMaxMsgs"
 USING BY VALUE queueInfo,
       BY REFERENCE maxMsgs,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsTopicInfo_GetMaxMsgs on page 511

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