Author |
Message
|
dingdong |
Posted: Fri Apr 24, 2009 5:49 am Post subject: Get status of a message flow from command line. |
|
|
Novice
Joined: 12 Nov 2008 Posts: 14
|
This is a stupid question, but how do you see the status of a message flow from command line?
I can use mqsistopmsgflow and mqsistartmsgflow to stop and start the message flows, but I can't tell what state they are in without looking at the toolkit. Is there a mqsi command that shows this information?
Tks/Kim |
|
Back to top |
|
 |
Hari |
Posted: Fri Apr 24, 2009 8:33 am Post subject: |
|
|
 Centurion
Joined: 21 Nov 2002 Posts: 117 Location: USA
|
|
Back to top |
|
 |
dingdong |
Posted: Fri Apr 24, 2009 9:11 am Post subject: |
|
|
Novice
Joined: 12 Nov 2008 Posts: 14
|
I actually did search before I posted because I was trying to avoid snarky replies.
Rgds/Kim |
|
Back to top |
|
 |
Hari |
Posted: Fri Apr 24, 2009 3:27 pm Post subject: |
|
|
 Centurion
Joined: 21 Nov 2002 Posts: 117 Location: USA
|
good, so was any of the suggestions helpful?
Believe me, no one likes being snarky, but it doesn't make sense answering the same question multiple times.....when ppl can use "Search" and save everyone's time. |
|
Back to top |
|
 |
sridhsri |
Posted: Mon Apr 27, 2009 9:28 am Post subject: |
|
|
Master
Joined: 19 Jun 2008 Posts: 297
|
To the best of my knowledge there isn't a way out-of-the-box to find out if flows are running from the command line. Unfortunately, you will have to write a CMP program and run that through command line. |
|
Back to top |
|
 |
dingdong |
Posted: Thu May 07, 2009 7:35 am Post subject: |
|
|
Novice
Joined: 12 Nov 2008 Posts: 14
|
No, the suggestions were not helpful. I'm aware of the ConfigManagerProxy API, but I'm not a Java developer and can't just "whip" something up. I was looking for an out of the box command. So, sridhsri's response was the most useful. And I especially appreciate the lack of a superiority complex involved with the response.
Rgds |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 07, 2009 7:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
dingdong wrote: |
So, sridhsri's response was the most useful. |
But even this non-snarky response didn't yield this which a search would have. Not out of the box to be sure, but a good solid start at least. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
AkankshA |
Posted: Thu May 07, 2009 8:58 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
dingdong wrote: |
No, the suggestions were not helpful. I'm aware of the ConfigManagerProxy API, but I'm not a Java developer and can't just "whip" something up. I was looking for an out of the box command. So, sridhsri's response was the most useful. And I especially appreciate the lack of a superiority complex involved with the response.
Rgds |
why dont you use the sample program supplied with WMB for CMP domain information...
all you need to do is supply the .configmgr command and you ll have the status of all message flows in front of your eyes...
java is my weak point too and if i can use this sample program with CMP Programming guide steps, then even a 5th grader can You don need to be smarter then a fifth grader now
good luck _________________ Cheers |
|
Back to top |
|
 |
|