Option restrictions
There are certain restrictions for setting options. For example, there are
three input choices for MQOO_OUTPUT
is chosen. Similarly, only one option can be selected.
Typical selections for the inbound queue are:
- For
MQOO_INPUT_AS_Q_DEF
MQOO_INQUIRE
MQOO_FAIL_IF_QUIESCING
options: - For
MQCO_NONE
options: - For
MQGMO_WAIT
MQGMO_SYNCPOINT
MQGMO_FAIL_IF_QUIESCING
MQGMO_CONVERT
options: - For
MQPMO_NONE
options:
Typical selections for the outbound queue would be:
- For
MQOO_OUTPUT
MQOO_FAIL_IF_QUIESCING
options: - For
MQCO_NONE
options: - For
MQPMO_FAIL_IF_QUIESCING
options:
If the outbound queue is a local queue, then the
options can also be set.