View previous topic :: View next topic |
Author |
Message |
Shankarganesh_gopal Beginner
Joined: 24 May 2005 Posts: 36 Topics: 20 Location: chennai
|
Posted: Wed Feb 20, 2008 4:59 am Post subject: Can two program read data from MQ same time |
|
|
Hi All,
We already have CICS transaction which will be triggered, when data comes into our MQ. Currently we receive say around 100 transaction per min.
In future, we are expecting 2000 transaction per min. In this case, we don't want any delay in processing or lossing any transaction. So we in search for solution.
One of our idea is, lets have two trans ID which will be triggered to read the same MQ at regular intervals of time or lets create one more MQ and route some of the transaction to new MQ.
In both case, we are not sure, whether our approach is correct or not. Could some one please suggest us an idea to simplify the process.
Thanks in advance,
Shankar. |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Feb 20, 2008 11:21 am Post subject: |
|
|
I assume the task keeps processing records until the queue is empty.
The easiest method would be to create multiple queues, each one triggering a task. Of course, this means the activity must be spread evenly among the queues to provide the best service. The response time you can provide would dictate the number of queues needed.
I don't think you can trigger two different tasks from the same queue?? You could possibly set the queue to TRIGGER EVERY and start a separate task for each message but this might be too much overhead in CICS. _________________ 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. |
|
Back to top |
|
 |
Shankarganesh_gopal Beginner
Joined: 24 May 2005 Posts: 36 Topics: 20 Location: chennai
|
Posted: Wed Feb 27, 2008 1:00 am Post subject: |
|
|
Hi Bill,
Very Thanks for your reply.
But I have one more question.
Can we run on two seperate image using the same MQ and CICS/TransID?
Shankar. |
|
Back to top |
|
 |
ravikumar_sri2001 Beginner

Joined: 06 Dec 2002 Posts: 117 Topics: 44 Location: Chennai,India
|
|
Back to top |
|
 |
|
|