Author |
Message
|
emileke |
Posted: Mon Sep 26, 2005 3:59 am Post subject: DataFlowEngine display on Unix(AIX) for WBIMB V5.0 |
|
|
Centurion
Joined: 19 Aug 2001 Posts: 110 Location: South Africa
|
When I do a ps -ef|grep dataflowengine, I get the following display:
mqsi 532584 590078 0 Sep 19 - 1:07 DataFlowEngine BROKERNAME 6c79065a-0601-0000-0080-b6a7477b4020 ExecutionGroupName 0
mqsi 544862 590078 0 Sep 19 - 1:03 DataFlowEngine BROKERNAME aa6ffd59-0601-0000-0080-b6a7477b4020 ExecutionGroupName [color=red]1 [/color]
What does the NUMBER 0 and 1 behind the execution Group Name mean? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Sep 26, 2005 4:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Those look to be threads in the same process - at least I recall that's what column three of the output from ps -ef is for. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jfluitsm |
Posted: Tue Sep 27, 2005 11:45 pm Post subject: |
|
|
Disciple
Joined: 24 Feb 2002 Posts: 160 Location: The Netherlands
|
There is always 1 DataFlowEngine wiht a 1, hte others have 0.
As far as I known the flow with the 1 handles also some internal messages from the broker. _________________ Jan Fluitsma
IBM Certified Solution Designer WebSphere MQ V6
IBM Certified Solution Developer WebSphere Message Broker V6 |
|
Back to top |
|
 |
emileke |
Posted: Wed Sep 28, 2005 12:55 am Post subject: |
|
|
Centurion
Joined: 19 Aug 2001 Posts: 110 Location: South Africa
|
Something I have discovered was that , the FIRST EG you define gets a 1 and the rest a 0, anybody else seen similar or otherwise? _________________ Emile M Kearns |
|
Back to top |
|
 |
wschutz |
Posted: Wed Sep 28, 2005 2:22 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
I think the "1" means this is the process that monitors SYSTEM.BROKER.CONTROL.QUEUE. Even if you delete this EG, it doesn't go away until you recycle the broker, at which time some other EG would take ownership of the control queue and get the "1". _________________ -wayne |
|
Back to top |
|
 |
|