Author |
Message
|
JohnSmith |
Posted: Fri Apr 16, 2010 12:02 am Post subject: Solved: Is it possible to stop a single execution group |
|
|
Voyager
Joined: 17 Mar 2010 Posts: 86
|
Hi All,
Is it possible to stop a particular execution group. I have got some execution groups in the Broker and the requirement is stop a particular execution group(say 'X'). But when I killed the "Dataflowengine" process belonging to 'X' it gets started automatically by the broker. Is there any way or command just to stop 'X', or what about stopping all the flows together in that particular execution group.
Another question is: If I stop all the flows present in 'X' would it stop 'X' ??
Regards
Last edited by JohnSmith on Fri Apr 16, 2010 2:48 am; edited 1 time in total |
|
Back to top |
|
 |
hallmark |
Posted: Fri Apr 16, 2010 12:35 am Post subject: |
|
|
 Voyager
Joined: 10 Mar 2005 Posts: 76
|
Why not just stop the flows in the execution group from the toolkit? The process itself is designed to remain running (hence the respawn). _________________ Rob |
|
Back to top |
|
 |
fatherjack |
Posted: Fri Apr 16, 2010 2:14 am Post subject: |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
If you want the process to go away you could delete the EG. |
|
Back to top |
|
 |
harish_td |
Posted: Fri Apr 16, 2010 2:16 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
WMB7 now supports stopping the EG.
Prior to WMB7 the only option you have is to stop the flows running under that EG.
Killing the EG would not help as the Broker periodically detects that one of its EG's was abruptly killed and hence the Broker would restart them. |
|
Back to top |
|
 |
hallmark |
Posted: Fri Apr 16, 2010 2:40 am Post subject: |
|
|
 Voyager
Joined: 10 Mar 2005 Posts: 76
|
you can stop it by repeatedly killing the process leading to loads of errors and potentially a core dump. Very contact admin because basically the broker gives up and it would take a broker restart to bring it back. Why would you? _________________ Rob |
|
Back to top |
|
 |
JohnSmith |
Posted: Fri Apr 16, 2010 2:43 am Post subject: Solved: Is it possible to stop a single execution group |
|
|
Voyager
Joined: 17 Mar 2010 Posts: 86
|
Thanks to all for their replies. I got it that we need to stop all the message flows present in a given EG.
Thanks. |
|
Back to top |
|
 |
mrgate |
Posted: Fri Apr 16, 2010 4:49 am Post subject: |
|
|
 Centurion
Joined: 28 Feb 2007 Posts: 141 Location: India
|
harish_td wrote: |
WMB7 now supports stopping the EG. |
Is there ay utility or command introduced to stop a particular execution group process. _________________ MQSeries terrorist |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Apr 16, 2010 5:10 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
It's possible to stop execution group processes from the v7 mqsistopmsgflow command, MB Explorer, MB Toolkit and the CMP interface. |
|
Back to top |
|
 |
mrgate |
Posted: Fri Apr 16, 2010 5:17 am Post subject: |
|
|
 Centurion
Joined: 28 Feb 2007 Posts: 141 Location: India
|
mqmatt wrote: |
It's possible to stop execution group processes from the v7 mqsistopmsgflow command, MB Explorer, MB Toolkit and the CMP interface. |
Thanks for the reply. _________________ MQSeries terrorist |
|
Back to top |
|
 |
|