The Triggering sample programs

WebSphere MQ for iSeries supplies two Triggering sample programs that are written in ILE/RPG. The programs are:

AMQ3TRG4

This is a trigger monitor for the OS/400 environment. It submits an OS/400 job for the application to be started, but this means there is a processing overhead associated with each trigger message.

AMQ3SRV4

This is a trigger server for the OS/400 environment. For each trigger message, this server runs the start command in its own job to start the specified application. The trigger server can call CICS transactions.

C language versions of these samples are also available as executable programs in library QMQM, called AMQSTRG4 and AMQSERV4.