|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
multiple threads |
« View previous topic :: View next topic » |
Author |
Message
|
paustin_ours |
Posted: Wed Aug 31, 2005 2:43 pm Post subject: multiple threads |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
when i run a message flow with multiple instances, i see the output use count increase and the input use count stays at 1.
how can i verify if there are multiple threads that are running.
my broker is on zos. |
|
Back to top |
|
 |
JT |
Posted: Wed Aug 31, 2005 4:14 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
display qstatus(input-qname) type(handle) all |
On a distributed platform, the command above will display the id of the process that has a handle open. The PID can then be equated to one or more DataFlowEngines.
What's the z/OS equivalent ? |
|
Back to top |
|
 |
paustin_ours |
Posted: Thu Sep 01, 2005 10:42 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
this only shows me the process ID. how can i tell if there are three threads running because, i have 3 instances |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 01, 2005 10:48 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The status should display three copies of the same PID. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JT |
Posted: Thu Sep 01, 2005 10:53 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
The command displays a separate entry for each process that has an open input handle on the queue.
Therefore, if you have more than one entry, and the PIDs are the same, and they point to a DataFlowEngine, then you should be able to assume there are multiple instances of the messageflow within that DFE, polling the input queue. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|