IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Can a batch job be triggered by a MQseries


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sundar_er

New User


Joined: 20 Dec 2006
Posts: 5
Location: india

PostPosted: Thu Sep 11, 2008 6:14 pm
Reply with quote

Hi all,


Can anyone let me know wheather a batch job can be triggered by a Mqseries ..

Thanks in advance
S.Sundar
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Sep 11, 2008 8:15 pm
Reply with quote

yes.
Back to top
View user's profile Send private message
sundar_er

New User


Joined: 20 Dec 2006
Posts: 5
Location: india

PostPosted: Thu Sep 11, 2008 8:21 pm
Reply with quote

Thanks a ton for your reply ....
Can you let me know the procedure for the same .It would be more helpful if you could reply me at the earliest .
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Sep 12, 2008 1:17 pm
Reply with quote

To trigger a batch job, you need to have a trigger monitor program running. This is a long-running program which examines the trigger queue to determine what job needs to be triggered for what queue and submits relevant job accordingly. How you implement this depends on your requirements. Typically, you would deploy a trigger monitor program as a generalised utility program so that many could use it.

Garry icon_cool.gif
Back to top
View user's profile Send private message
mkarthikeyan

New User


Joined: 07 Aug 2008
Posts: 34
Location: Bangalore

PostPosted: Sun Oct 05, 2008 2:00 am
Reply with quote

Hi Sundar,
When a trigger message is placed on Init Queue, a trigger event is created for eg on every first message. When a trigger event is occured, a transaction can be trigger. Now transaction is running under CICS, so you can create a Internal reader TDQ and write the batch job to it.
This is done thru CICS Adapter.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top