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 » General IBM MQ Support » how many connections are there/possible for a queue manager

Post new topic  Reply to topic
 how many connections are there/possible for a queue manager « View previous topic :: View next topic » 
Author Message
srikanthc60
PostPosted: Thu Jan 30, 2014 1:03 am    Post subject: how many connections are there/possible for a queue manager Reply with quote

Voyager

Joined: 21 Jul 2013
Posts: 79

Can any one plz tell me What to check to know how many connections are there/possible for a queue manager?
Back to top
View user's profile Send private message
PaulClarke
PostPosted: Thu Jan 30, 2014 3:17 am    Post subject: Reply with quote

Grand Master

Joined: 17 Nov 2005
Posts: 1002
Location: New Zealand

Well, as for how many connections are there then you can issue something like...

DIS CONN(*) TYPE(CONN)

This will show you all the connections

I can't think of an attribute which will limit the number of local connections (although there may be one by now) however on a SVRCONN channel you can specify MAXINST and MAXINSTC which will allow you to limit the number of connections made from you clients.

Cheers,
Paul.
_________________
Paul Clarke
MQGem Software
www.mqgem.com
Back to top
View user's profile Send private message Visit poster's website
zpat
PostPosted: Thu Jan 30, 2014 3:32 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Channels:
MaxChannels=nnnn
MaxActiveChannels=nnnn

in QM.ini will limit overall connections, if you mean channel connections, and the default value is pretty low.
_________________
Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Jan 30, 2014 6:42 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Connections has several meanings in WMQ.

Are you asking about the architectural maximum - the most channel definitions that can created? Maximum that can be active concurrently?

Or are you asking how many applications can be connected?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
srikanthc60
PostPosted: Thu Jan 30, 2014 7:08 am    Post subject: Reply with quote

Voyager

Joined: 21 Jul 2013
Posts: 79

bruce2359 wrote:


Or are you asking how many applications can be connected?



How to check this value?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Jan 30, 2014 7:17 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Are you asking about how many connections EXIST?

Or how many connections CAN BE MADE?

Please pay attention to the questions that are asked of you, and the answers that you are given.
Back to top
View user's profile Send private message
srikanthc60
PostPosted: Thu Jan 30, 2014 7:43 am    Post subject: Reply with quote

Voyager

Joined: 21 Jul 2013
Posts: 79

mqjeff wrote:
Are you asking about how many connections EXIST?

Or how many connections CAN BE MADE?

Please pay attention to the questions that are asked of you, and the answers that you are given.


Sorry...

how many connections EXIST for QMGR?
Back to top
View user's profile Send private message
Tibor
PostPosted: Thu Jan 30, 2014 8:03 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

You can check it easily at OS level, if your platform is:

Unix / Linux:
Code:
netstat -ant | grep "\.1414 "

or Windows:
Code:
netstat -ant | find ":1414 "


Where 1414 is the TCP listener port number.
Back to top
View user's profile Send private message
zpat
PostPosted: Thu Jan 30, 2014 8:13 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

display chstatus - and count!

Or use MO71 or MQ explorer etc to see active channels (and/or active connections).

Not the same thing - use the correct terminology.
_________________
Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Jan 30, 2014 8:21 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Use DISPLAY CONN to display connection information about the applications connected to the queue manager. This is a useful command because it enables you to identify applications with long-running units of work.

http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=%2Fcom.ibm.mq.csqzaj.doc%2Fsc11950_.htm
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
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 » General IBM MQ Support » how many connections are there/possible for a queue manager
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.