Author |
Message
|
krypton |
Posted: Sun Nov 14, 2010 7:33 pm Post subject: Checking a Particular Msg flow status in an execution group |
|
|
 Disciple
Joined: 14 Mar 2010 Posts: 186
|
Hello All,
Is there any way to check a particular flow status on AIX server wihtout using toolkit or config manager proxy API.
right now we are having around 100 message flows deployed to an execution group running on AIX server and when I use mqsilist command on a that execution group it lists me down the name of all the flows deployed to that execution group, but it doesn't list me down the status of flows whether they are running or not running.
Isn't there any other command which can tell me whether the flows are running or not?
Regards |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Nov 14, 2010 10:30 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
If you don't want to use the CMP API or toolkit then there is no general way.
Some options
you could always send the flow a bad message.
you could (knowing the details of the flow) look to see if you are logging anything from within the flow.
Then of course you could configure the FlowStats or FlowMonitoring. But these are not real time status events but historic.
Is there some deep felt aversion to using the CMP API? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Nov 14, 2010 10:31 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
Use the Java proxy API or the toolkit.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Nov 15, 2010 2:10 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
fjb_saper wrote: |
Use the Java proxy API or the toolkit.  |
The OP said clearly
Quote: |
AIX server wihtout using toolkit or config manager proxy API. |
I agree that this is the way to do it. That is why I asked.
Quote: |
Is there some deep felt aversion to using the CMP API?
|
I am awaiting some enlightenment here. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|