I am a beginner in learing WebSphere MQ and CICS.
As some books have said, "To trigger the CICS transaction, WebSphere MQ generates a trigger message and puts it on to the initiation queue. A trigger monitor, will run in CICS to process this message and then start the appropriate transaction."
I am so confused with the "appropriate transaction". For example, if a rexx script sends a request and the trigger monitor wants to process this message, which "appropriate transaction" will begin ?
At first I think it will be the transaction CECI. But after I check the CICS Infomation Center, I find out that the CECI does not have a command that can be used to process the rexx script.
Therefore, could you please tell me, if triggered, which transaction in CICS will be beginned to process the rexx ?
Thanks very much.
(Sorry for my poor English)