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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_GetOverflowPolicy

tibemsQueueInfo_GetOverflowPolicy
Function
Purpose
Get the overflow policy for this queue.
C Declaration
tibems_status tibemsQueueInfo_GetOverflowPolicy(
    tibemsQueueInfo queueInfo,
    tibems_int* overflowPolicy);
COBOL Call
CALL "tibemsQueueInfo_GetOverflowPolicy"
 USING BY VALUE queueInfo,
       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
tibemsTopicInfo_GetOverflowPolicy on page 543
 

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