Author |
Message
|
RaviKrG |
Posted: Tue Oct 06, 2009 6:01 am Post subject: Which process start while running the command mqsideply |
|
|
 Master
Joined: 07 Sep 2008 Posts: 240
|
Can somebody tell me which all processes are started while we issue the command mqsideploy.
Well according to me after going through answer 3 in this link provided by ibm I say that bipbroker is process which is started when we issue the command mqsideply http://www-01.ibm.com/support/docview.wss?uid=swg21179304
please let me know whether i am right or not ? |
|
Back to top |
|
 |
dk27 |
Posted: Tue Oct 06, 2009 6:29 am Post subject: |
|
|
Acolyte
Joined: 28 Apr 2008 Posts: 51
|
bipservice, bipbroker and DataflowEngine are always running when broker is running. mqsideploy does not start any broker process. |
|
Back to top |
|
 |
RaviKrG |
Posted: Tue Oct 06, 2009 6:33 am Post subject: |
|
|
 Master
Joined: 07 Sep 2008 Posts: 240
|
thats very true that the process starts when we start the broker itself then could you please tell me which processes are started while mqsideploy(deployment) |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Oct 06, 2009 6:55 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
the two processes
bipservice & bipbroker are the core broker processes. There is also a biphttplistener process (one per broker)
A dataflowengine process is where the flows etc run. There is one per Execution Group
A new dataflowengine process will be created if the EG is defined and not yet running.
Otherwise a deploy operation will deploy the flows etc into an existing DataFlowEngine.
Why do you want to know? _________________ 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 |
|
 |
mqjeff |
Posted: Tue Oct 06, 2009 7:01 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
There is a chance that biphttplistener could start as a result of running mqsideploy.
In general, the only process that mqsideploy will be mqsideploy itself. |
|
Back to top |
|
 |
|