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 » Max MQClient Connection ???

Post new topic  Reply to topic
 Max MQClient Connection ??? « View previous topic :: View next topic » 
Author Message
abiram8
PostPosted: Wed Jan 07, 2004 12:36 am    Post subject: Max MQClient Connection ??? Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

I have a MQserver 5.2 as well as WMQ5.3 installed Windows 2000 Server and Windows 2000Advanced Server.

How to know the Max MQClient Connection ???

Do I need to check the the windows registery or I can find through the command ???? or ????

2) How to change this number & when the changed value taken by MQ.

3) Is there Limit for this in 5.2 and 5.3

Looking for your inputs

Abiram
Back to top
View user's profile Send private message Send e-mail
JasonE
PostPosted: Wed Jan 07, 2004 2:12 am    Post subject: Reply with quote

Grand Master

Joined: 03 Nov 2003
Posts: 1220
Location: Hursley

I assume you mean MaxChannels / MaxActiveChannels, as there isnt a max client connection setting I can think of.

At 5.2 and 5.3, you can use the services GUI, Properties of a Qmgr, Channels tab to set MaxChannels and MaxActiveChannels.

Programatically:

At 5.3, use amqmdain reg, eg:

C:\>amqmdain reg QM -c display -s Channels -v *
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Displaying registry value for Queue Manager 'QM'
Attribute = MaxActiveChannels, Value = 456
Attribute = MaxChannels, Value = 123

C:\>amqmdain reg QM -c add -s Channels -v MaxChannels=111
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Registry entry 'Channels MaxChannels=111' added successfully
Registry secured successfully

C:\>amqmdain reg QM -c display -s Channels -v *
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Displaying registry value for Queue Manager 'QM'
Attribute = MaxActiveChannels, Value = 456
Attribute = MaxChannels, Value = 111

At 5.2 (also true at 5.3 though), you can look at the registry directly, ie
Key : HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Configuration\QueueManager\QM\Channels, Value: MaxChannels (Its a REG_SZ NOT a DWORD).
After setting, run amqmdain regsec

Note: Abscence of a key means default (these keys dont exist by default either).
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 » Max MQClient Connection ???
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.