Posted: Thu Oct 27, 2005 11:09 pm Post subject: mainframe trigger app
Acolyte
Joined: 26 Oct 2005 Posts: 65
Mine is mainframe asynchronous application interacting with J2EE with MQ over TCP/IP.
There are 3 Qs and triggers are set of type EVERY on each of them.
If message comes on any of these Qs then it should be triggering same CICS task.
In my CICS task, how would I know on which Q to do MQGET?
Is there any way to pass this info to CICS task?
What trigger.userarea stands for? _________________ Sanjoo
if you use the cics trigger monitor ckti that comes with mqseries then some trigger data (including the queue that caused the trigger) is passed to the started cics transaction.
you may want to have a look into the application programmer manuals for details. _________________ Regards, Butcher
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum