Running the Request sample using triggering
If the sample is used with triggering and one of the Inquire, Set, or Echo sample programs, the line of input must be the queue name of the queue that we want the triggered program to access.
- Running the Request sample using triggering on UNIX, Linux, and Windows
On UNIX, Linux, and Windows, start the trigger monitor program RUNMQTRM in one session, and then start the amqsreq program in another session. - Running the Request sample using triggering on IBM i
On IBM i, start the sample trigger server, AMQSERV4, in one job, then start AMQSREQ4 in another. This means that the trigger server is ready when the Request sample program sends a message.
Parent topic: The Request sample programs