View previous topic :: View next topic |
Author |
Message |
bade_miya Beginner
Joined: 10 Dec 2003 Posts: 110 Topics: 38
|
Posted: Wed Jun 30, 2010 5:20 pm Post subject: Which transaction is triggered for a MQ queue. |
|
|
Hi Experts,
This might be a silly question but I dont have experience in MQ. I did some search both in the forum and in google but could not find the answer.
I have a MQ queue in mainframe and I want to know which transaction / program gets triggered when i put some data into the queue. How can I find that? I have MAINVIEW in my mainframe and I am able to see the queue details. But there is no mention about which program/tran gets triggered.
Thx
bade_miya |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Sat Jul 03, 2010 5:07 pm Post subject: |
|
|
The QUEUE definition should have TRIGGER attributes active and a related PROCESS name. Typically the USERDATA field contains a literal that is used by the CICS trigger task or MVS trigger task for non-CICS programs. This literal is usually the TRX name or MVS START command to invoke the application. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Last edited by Bill Dennis on Mon Jul 05, 2010 2:06 pm; edited 1 time in total |
|
Back to top |
|
|
bade_miya Beginner
Joined: 10 Dec 2003 Posts: 110 Topics: 38
|
Posted: Sat Jul 03, 2010 10:06 pm Post subject: |
|
|
Thanks a lot Bill. |
|
Back to top |
|
|
|
|