Author |
Message
|
sarbajit |
Posted: Thu Aug 19, 2004 7:04 am Post subject: Sleep /Timer |
|
|
Acolyte
Joined: 22 May 2003 Posts: 53
|
Hi All,
I am using MQSI 2.1 message flows and MQ series 5.3. In one of my message flow the design is like this:
Getting message in Input Queue Q1
Same mes. is going to five different compute nodes
Generating 5 output messages and put them to cluster queue in some other system.
My requirement is that I need to have a delay within the 5 messages. ie currently all the 5 messages are propagated at same time, but I want delay between the messages (messages should be put into the queue after some periodic inverval).
I understand that doing this through ESQL is a bad design. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 19, 2004 7:24 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
sarbajit |
Posted: Thu Aug 19, 2004 8:33 am Post subject: |
|
|
Acolyte
Joined: 22 May 2003 Posts: 53
|
Thanks. But the support pack has been withdrawn. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 19, 2004 9:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
That just means it's less supported than it was.
It doesn't mean you can't still download and use it. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kirani |
Posted: Sat Aug 21, 2004 12:40 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
You can also think of using external schedular (windows) to run your program at certain interval that will trigger your message flow. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|