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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetMaxMsgs

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

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