|
|||||
|
||||||
Related Syntax | Related Concepts | Other Library Functions |
function |
mq-get-throw-on-warnings |
Library: Interfaces, MQSeries access (OMMQI)
Include: ommqi.xin |
Return type: Switch Returns: A switch which is true if external exceptions will be throw for IBM MQSeries warnings, or false otherwise. |
define external switch function mq-get-throw-on-warnings
Use mq-get-throw-on-warnings to determine whether IBM MQSeries warnings (CompCode = MQCC_WARNING) will cause external exceptions to be thrown.
You must include the following line at the beginning of your OmniMark program:
include "ommqi.xin"