Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, Everyone

I have a Job executer which triggers two jobs.Both the jobs have the same MQ queue manager name , but they have different queue name. The issue which iam facing here is. If both the jobs receive bulk messages (say...1000). The first jobs starts and processes some of the records (Approximate 60) and when the second job starts, the first jobs is struct/idle/standby till the second jobs completes. After this the first jobs starts from the sync point where it is left.

Please let me know how to run the jobs in parallel.

Any help is appreciated in this regard.

thanks,
manowj
Posted
Updated 10-Jun-12 7:57am
v2

1 solution

You would have better luck getting an answer to this question by asking it in a forum that is dedicated to WebSphere MQ, like at IBM's site: WebSphere Support[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900