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 Parameter Description queueInfo maxMsgs The function stores the number of messages in this location. See Also tibemsTopicInfo_GetMaxMsgs on page 540