Author |
Message
|
Shalini |
Posted: Thu Oct 14, 2004 3:44 am Post subject: Trigger Monitor based to trigger based on time interval |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
Hi All,
I know that trigger monitor will run based on the depth or every or each msg.
We have a critical requirement of a design where we need to have trigger monitor to run based on time interval.
Say after each 5 minutes the trigger monitor should run and invoke a java programme.
Is there any support pack ????
Please suggest
 |
|
Back to top |
|
 |
offshore |
Posted: Thu Oct 14, 2004 4:38 am Post subject: |
|
|
 Master
Joined: 20 Jun 2002 Posts: 222
|
There is nothing in MQ Series (that I'm aware) to support there requirement.
Perhaps, you should look into using a scheduler to initiate the java program. (Windows Scheduler, Control-M, ......)
Offshore |
|
Back to top |
|
 |
kevinf2349 |
Posted: Thu Oct 14, 2004 4:38 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Why use MQ at all for this? Just use a scheduler. |
|
Back to top |
|
 |
mqsha |
Posted: Thu Oct 14, 2004 9:56 am Post subject: |
|
|
Novice
Joined: 10 Jun 2004 Posts: 17
|
use crontrol -M for unix and scheduler for Windows. That is easy to use. |
|
Back to top |
|
 |
offshore |
Posted: Thu Oct 14, 2004 10:52 am Post subject: |
|
|
 Master
Joined: 20 Jun 2002 Posts: 222
|
Control-M also works on zSeries and Windows if the company gets those options.
Offshore |
|
Back to top |
|
 |
zpat |
Posted: Fri Oct 15, 2004 12:52 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
CRON is free for UNIX (comes with it). |
|
Back to top |
|
 |
|