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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetOverflowPolicy

tibemsTopicInfo_GetOverflowPolicy
Function
Purpose
Get the overflow policy for this topic.
C Declaration
tibems_status tibemsTopicInfo_GetOverflowPolicy(
    tibemsTopicInfo topicInfo,
    tibems_int* overflowPolicy);
COBOL Call
CALL "tibemsTopicInfo_GetOverflowPolicy"
 USING BY VALUE topicInfo,
       BY REFERENCE overflowPolicy,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function retrieves the overflow policy for the queue. Possible values are:
For more information about overflow policies, see the TIBCO Enterprise Message Service User’s Guide.
See Also
tibemsQueueInfo_GetOverflowPolicy on page 502

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