|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Inactive Client Cons |
« View previous topic :: View next topic » |
Author |
Message
|
JRome |
Posted: Mon Aug 08, 2011 4:25 pm Post subject: Inactive Client Cons |
|
|
Novice
Joined: 01 Jul 2011 Posts: 15
|
We are looking for a way to clear all inactive Client connections that are present on a queue.
And also Alerting when the number of inactive queue exceed a high water mark.
If the application team is not willing to do effecient disconnects and ect, from an middleware infrastructure support perpective what is the best way to remedy it ( Clear inactive Client connections). |
|
Back to top |
|
 |
mvic |
Posted: Mon Aug 08, 2011 4:50 pm Post subject: Re: Inactive Client Cons |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
JRome wrote: |
We are looking for a way to clear all inactive Client connections that are present on a queue. |
What did you mean by "inactive Client connections", exactly? How are you listing these? Thanks |
|
Back to top |
|
 |
zpat |
Posted: Mon Aug 08, 2011 11:59 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Using this in qm.ini
Code: |
TCP: ; TCP/IP entries.
KeepAlive=Yes ; Switch KeepAlive on |
Can sometimes help with this problem. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Aug 09, 2011 1:24 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
That would clean up orphaned connections where the client has truly left the building. But it won't squash "all inactive Client connections". If an inactive client connection means it could be a valid connection that is otherwise just not doing any MQ API calls.
The ClientIdle parameter would kill these types of connections. But note it is going after the client's connection to the QM, not the client's connection to the queue. So if one app has one connection to the QM, and it has 2 queues open, and only one queue connection is considered "inactive", ClientIdle won't differentiate. It will kill the connection to the QM only if any and all activity by that client is idle. I don't like ClientIdle.
JRome, define exactly what "an inactive Client connection" means to you. _________________ Peter Potkay
Keep Calm and MQ On |
|
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
|
|
|
|