Author |
Message
|
lotusphilo |
Posted: Wed Apr 07, 2004 5:47 am Post subject: Max Channels |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
How do I change the max channel setting for allowable number of concurrent Client transport clients? on Windows/5.3 |
|
Back to top |
|
 |
Missam |
Posted: Wed Apr 07, 2004 6:18 am Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
whats the platform you are working on.On windows you can edit the property sheets from mqservices snap in .on windows you need to edit the qm.ini file to define MaxChannels and MaxActiveChannels |
|
Back to top |
|
 |
lotusphilo |
Posted: Wed Apr 07, 2004 6:36 am Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
where would this 'mqservices snap in' be located? |
|
Back to top |
|
 |
lotusphilo |
Posted: Wed Apr 07, 2004 6:38 am Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
Never mind that last message. |
|
Back to top |
|
 |
Missam |
Posted: Wed Apr 07, 2004 10:50 am Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
Quote: |
on windows you need to edit the qm.ini |
sorry i mean you edit qm.ini on unix not on windows |
|
Back to top |
|
 |
lotusphilo |
Posted: Wed Apr 07, 2004 11:00 am Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
I thought that is what you meant.
Thanks for your help. |
|
Back to top |
|
 |
BrianMc |
Posted: Thu Apr 08, 2004 3:23 am Post subject: |
|
|
 Apprentice
Joined: 01 Oct 2002 Posts: 33 Location: Ireland
|
In the MQ Services GUI, right mouse click on the queue manager and choose properties. Choose the channels tab and alter the MaxChannels parameter. I think you have to bounce the queue manager for the change to be actioned. |
|
Back to top |
|
 |
JasonE |
Posted: Mon Apr 26, 2004 4:13 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
On windows you could also do:
Code: |
amqmdain reg QMGRNAME -c add -s Channels -v MaxActiveChannels=value
amqmdain reg QMGRNAME -c add -s Channels -v MaxChannels=value |
|
|
Back to top |
|
 |
lotusphilo |
Posted: Mon Apr 26, 2004 6:10 am Post subject: |
|
|
Voyager
Joined: 31 Mar 2004 Posts: 76
|
What file would I make that change in? |
|
Back to top |
|
 |
JasonE |
Posted: Mon Apr 26, 2004 8:37 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
They are commands you issue from a command line, windows only. |
|
Back to top |
|
 |
|