Action Notifications

Although the MQSeries interface is asynchronous, the client can receive action notifications back from ITP/Server over a reply queue. In order to do this, the client has to set the ReplyToQMgr and ReplyToQ fields in the descriptor of the request message and set the type of the message to MQMT_REQUEST. Action notifications will have type MQMT_REPORT, format MQFMT_STRING and one of the following feedback codes:

Apart from these ITP/Server-related reports the options in the Report field of the request message descriptor may be used to control the following (see the MQSeries manuals):

Note

No negative action notifications will be sent if ITP/Server shuts down in a normal way. It will wait for running jobs to complete. Jobs that have not yet begun executing will be backed out to the request queue, so that they can be processed at another time.