If a task is waiting on the resource type MQseries, WMQ_INIT,
or WMQCDISC, the CICS-WebSphere MQ adapter has suspended it.
Resource type MQseries
The CICS-IBM® MQ MQ adapter (DFHMQTRU module) put
the task into a CICS wait because the WAIT option was used with the MQGET call and there was no
message available. The resource name used for the wait is GETWAIT. The WAIT_MVS function of the
dispatcher is used for this wait, and the wait type for workload management is OTHER_PRODUCT. The
task can be purged.
Resource type WMQ_INIT
DFHMQIN1, the CICS-IBM MQ initialization program, issues this
wait for DFHMQIN2 to complete. The WAIT_OLDC function of the dispatcher is used for this wait, and
the wait type for workload management is MISC. The task can be purged.
Resource type WMQCDISC
A SET MQCONN NOTCONNECTED command has
been issued with the WAIT or FORCE option, and the DFHMQTM module waits for the count of user tasks
using IBM MQ to reach zero. The
resource name is given as the name of the installed MQCONN resource definition for the CICS system.
The WAIT_OLDC function of the dispatcher is used for this wait, and the wait type for workload
management is MISC. The task can be purged.