-
Jan 10th, 2008, 06:13 AM
#1
Batch job + JMS
Hello,
Can someone provide an example or sample on Batch job triggering with JMS.
-
Jan 10th, 2008, 09:35 AM
#2
Can you please define what you mean by 'triggering with JMS'. Do you mean, sending a JMS message with information about a batch job, that will be used by the message consumer to launch a batch job? Or do you mean using JMS during item processing?
-
Jan 10th, 2008, 09:46 AM
#3
Case 1 :I meant sending a JMS message with information about a batch job i.e. job name and path to particular queue or topic which could be used by the message consumer or intended listener to launch a batch job.
Case 2 :In future also the time parameter along with the other information(i.e. schuduled timing).
-
Jan 10th, 2008, 09:57 AM
#4
Launching a batch job from a message listened should be exactly the same as your other thread about launching from a servlet, you create a job identifier, and pass it to the JobLauncher interface, only in this case you're getting the information to create the identifier from a message.
-
Jan 10th, 2008, 10:02 AM
#5
Do I have to create the J2EE application with the Message driven beans for the JMS module or there is a feature available in Spring. If yes, can I get an example for the JMS in spring
-
Jan 10th, 2008, 10:15 AM
#6
-
Jan 10th, 2008, 10:39 AM
#7
Thanks lucasward for the link. It may prove fruitful in future.
But right now I am looking for an example or a sample code on JMS in spring. Can you suggests a location or URL where I can find a sample code.
-
Jan 10th, 2008, 11:52 AM
#8
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules