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 (refer to the MQSeries manuals for more information):

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.

Progress Messages

The MQSeries interface only logs progress messages. Unlike ITP/Document Services it does not return them to the client, because they are incompatible with syncpoint control. With syncpoint control, progress messages can only be delivered to the client at the end of a job, which defeats their purpose.