Predefined Constants

For each WebSphere MQ Constant there is a mqseries counterpart.

For definitions and usage see the WebSphere MQ Application Programming Guide and WebSphere MQ Application Programming Reference red books.

The name of the mqseries counterpart is made by appending the WebSphere MQ constant with MQSERIES_, for example the CompletionCode constants are:

mqseries constants
PHP ConstantMQ Constant
MQSERIES_MQCC_OKMQCC_OK
MQSERIES_MQCC_WARNINGMQCC_WARNING
MQSERIES_MQCC_FAILEDMQCC_FAILED
MQSERIES_MQCC_UNKNOWNMQCC_UNKNOWN
To Top