ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Performance Monitoring » Inactive Client Cons

Post new topic  Reply to topic
 Inactive Client Cons « View previous topic :: View next topic » 
Author Message
JRome
PostPosted: Mon Aug 08, 2011 4:25 pm    Post subject: Inactive Client Cons Reply with quote

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
View user's profile Send private message
mvic
PostPosted: Mon Aug 08, 2011 4:50 pm    Post subject: Re: Inactive Client Cons Reply with quote

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
View user's profile Send private message
zpat
PostPosted: Mon Aug 08, 2011 11:59 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
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
View user's profile Send private message
PeterPotkay
PostPosted: Tue Aug 09, 2011 1:24 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7717

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Performance Monitoring » Inactive Client Cons
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.