Author |
Message
|
kishoreraju |
Posted: Mon Apr 10, 2006 6:26 am Post subject: Message flow startup on timely basis |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
Hi All,
I have a requirement where a message flow should start at 9 AM and it should stop its processing at 6 PM everyday.is there any configuration that we can do on broker side to achive this. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Apr 10, 2006 6:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What version?
You can use the Timeout nodes in version 6 to do this. _________________ I am *not* the model of the modern major general.
Last edited by jefflowrey on Mon Apr 10, 2006 6:48 am; edited 2 times in total |
|
Back to top |
|
 |
kishoreraju |
Posted: Mon Apr 10, 2006 6:38 am Post subject: |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
Presently i am working on version 6.
but the problem is i have read the message from the queue and i have to process that message.
can MQ get node can pick the Message from the queue with out comparing MsgId and CorrelID .if MQ get node works as above i can use
MQget node.
is there any other way to achieve this. |
|
Back to top |
|
 |
wschutz |
Posted: Mon Apr 10, 2006 6:46 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
mqmatt |
Posted: Tue Apr 11, 2006 3:01 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
An approach that some others have used in this scenario is to use the Config Manager Proxy in conjunction with the timeout nodes to trigger flows to start and stop.
You can embed a CMP application within a Java Compute node that will do this.
Let us know how you get on. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 11, 2006 3:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Or you can use PCF messages from a timeout flow to GET enable or disable the input queues. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sirsi |
Posted: Tue Sep 05, 2006 11:58 pm Post subject: |
|
|
Disciple
Joined: 11 Mar 2005 Posts: 177
|
did u try these, mqsistartmsgflow.bat and mqsistopmsgflow.bat, which are available in v6? |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Sep 06, 2006 1:42 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi sirsi,
sirsi wrote: |
did u try these, mqsistartmsgflow.bat and mqsistopmsgflow.bat, which are available in v6? |
The Subject of this topic is misleading, but I don't think the requirement was to start and stop the flow at a particular time.
Regards. |
|
Back to top |
|
 |
|