GetWaitInterval (MQLONG)

This field is a request field. Its initial value is MQCGWI_DEFAULT.

This field applies only when UOWControl has the value MQCUOWC_FIRST. It enables the sending application to specify the approximate time in milliseconds that the MQGET calls issued by the bridge will wait for second and subsequent request messages for the unit of work started by this message. This facility overrides the default wait interval used by the bridge. We can use the following special values:

    MQCGWI_DEFAULT
    Default wait interval.

    This value causes the CICS bridge to wait for the time specified when the bridge was started.

    MQWI_UNLIMITED
    Unlimited wait interval.

Parent topic: Fields for MQCIH