Author |
Message
|
mqwbiwf |
Posted: Thu Mar 05, 2009 9:38 pm Post subject: Open connections - WMB Proxy servlet. |
|
|
Centurion
Joined: 21 Jul 2006 Posts: 126
|
We seem to have an issue with the wmb proxy servlet (ie01 support pack).
The total number of client connections to the svrconn channel keep on increasing (or remain active) between the proxy servlet (deployed on WAS 6.0) and the broker (v6.0.2.3 on AIX) even if they are not being used.
In the "web.xml" file, we did provide the value of the parameter
'disconnectBeforeSleep' as 'true'. But still see multiple connections just hanging there.We just don't want this to disrupt the queue manager in anyways. Could some one guide us how to fix this potential issue. |
|
Back to top |
|
 |
mqwbiwf |
Posted: Fri Mar 06, 2009 7:21 am Post subject: |
|
|
Centurion
Joined: 21 Jul 2006 Posts: 126
|
Could someone please respond to my question? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 06, 2009 11:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqwbiwf wrote: |
Could someone please respond to my question? |
Clearly not, or they would have done so.
There's no SLA on this forum. If you're in a hurry raise a PMR - IE01 is a Cat 3 support pac. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqwbiwf |
Posted: Fri Mar 06, 2009 1:33 pm Post subject: |
|
|
Centurion
Joined: 21 Jul 2006 Posts: 126
|
Alright...chill out Vitor!!!
Take your time...but would appreciate if someone responds sooner or later  |
|
Back to top |
|
 |
billybong |
Posted: Thu Mar 12, 2009 7:17 am Post subject: |
|
|
 Disciple
Joined: 22 Jul 2005 Posts: 150 Location: Stockholm, Sweden
|
I have no experience in dealing with the IE01 supportpac, so I might be totally wrong with this one.
But I remember having difficulties with a WAS installation that never closed its svrconn channels when I used connection factories. After removing them and creating queue connection factories instead, the svrconn instances were removed properly.
Don't know if this is any help to you, but since you're environment description is pretty vague its hard to find the exact problem.
Best of luck! _________________ IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Integration Developer V6.0
IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere DataPower |
|
Back to top |
|
 |
Satsuma |
Posted: Tue Mar 17, 2009 5:16 am Post subject: Open connections - WMB Proxy servlet |
|
|
Apprentice
Joined: 30 Apr 2007 Posts: 25 Location: Finland
|
The amount of open client connections can be handled by adjusting client channels Heartbeat-parameter and tcp/ip parameters in registery (Windows: MaxUserPort, TcpTimedWaitDelay, KeepAliveTime, KeepAliveInternal, TCPMaxDataRetransmissions).
Or even easier: just administer your client connections in a client connection table!
Hopefully you found these useful.
-Sanna |
|
Back to top |
|
 |
|