|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
runmqlsr process |
« View previous topic :: View next topic » |
Author |
Message
|
Gideon |
Posted: Thu Aug 18, 2011 10:42 am Post subject: runmqlsr process |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
When I start the runmqlsr, which stays resident as a process until I kill it or run endmqlsr, does it spawn a separate listener process (amqxxxxx), or is it the actual listener process itself. If it does spqwn, what is the name of the spawned process>?
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Aug 18, 2011 10:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
doesn't it seem easier to just *check*? |
|
Back to top |
|
 |
Gideon |
Posted: Thu Aug 18, 2011 11:50 am Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
Good advice, I was doing 20 things at once, and did not think.
I checked by running the following:
Code: |
# ps -ef | grep runmqlsr
root 3801092 2687690 0 15:48:12 pts/0 0:00 grep runmqlsr
root 5178080 2687690 0 15:47:13 pts/0 0:00 runmqlsr -m WQM1 -t tcp -p 1414
# ps -ef | wc
100 1023 9909
# ps -ef | grep amq | wc
27 272 2103
#
# kill -9 5178080
#
[1] + Killed runmqlsr -m WQM1 -t tcp -p 1414 &
#
# ps -ef | wc
99 1009 9825
# ps -ef | grep amq | wc
27 272 2103 |
This would indicate that the listener is actually runmqlsr
I also checked with the doc, by googling runmqlsr, runmqlsr process, runmqlsr process amq, etc, but could only find basical explanations like:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.amqzag.doc/fa15940_.htm
Am I correct in assuming that runmqlsr is the actual listener itself, and does not spawn off any other processes ?
Thanks |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Aug 18, 2011 3:26 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
runmqlsr is a network port listener. It hands off incoming channel connection requests to another MQ process amqrmppa which is already running. amqrmppa manages a pool of Message Channel Agent processes and threads. _________________ Glenn |
|
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
|
|
|
|