Author |
Message
|
jon |
Posted: Tue Aug 25, 2009 4:56 am Post subject: Multiple amqrmppa processes are running on one queue manager |
|
|
 Apprentice
Joined: 17 May 2009 Posts: 32
|
Hi All,
I am seeing multiple amqrmppa processes running on my queue manager QMXXXXXX. And, all these processes are of few days/weeks old.
I think there should be only one amqrmppa process on a queue manager and if there are multiple they should not be older by few days.
Quote: |
mqmuser 323744 282790 1 May 20 - 926:59 /usr/mqm/bin/amqrmppa -m QMXXXXXX
mqmuser 450702 282790 1 May 20 - 824:05 /usr/mqm/bin/amqrmppa -m QMXXXXXX
mqmuser 614434 282790 0 Aug 18 - 26:16 /usr/mqm/bin/amqrmppa -m QMXXXXXX |
Can anyone suggest me what is the reason for all these multiple instances of same process. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Aug 25, 2009 6:21 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Because each amqrmppa process can have up to 64 threads. If you have more than 64 channels running at any given time, a new amqrmppa process will be spawned. When they eventually go away is nothing to lose sleep over. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
jon |
Posted: Tue Aug 25, 2009 5:31 pm Post subject: |
|
|
 Apprentice
Joined: 17 May 2009 Posts: 32
|
PeterPotkay wrote:
Quote: |
If you have more than 64 channels running at any given time, a new amqrmppa process will be spawned |
does it mean in my case as there is 3 amqrmppa processes are running, so the number of channels running is more than 64+64+ |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Aug 25, 2009 6:08 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
jon wrote: |
PeterPotkay wrote:
Quote: |
If you have more than 64 channels running at any given time, a new amqrmppa process will be spawned |
does it mean in my case as there is 3 amqrmppa processes are running, so the number of channels running is more than 64+64+ |
No.
It means that the number of channel instances is more than 128. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Aug 27, 2009 7:14 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
....or was more than 128 at some point. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|