Author |
Message
|
anhnt |
Posted: Tue Oct 14, 2003 2:55 am Post subject: help me about connections |
|
|
Acolyte
Joined: 03 Aug 2003 Posts: 54
|
Hi all,
anyone show me:
How many client connections can connect simultaneously to a QueueManager.
thanks in advance
anhnt |
|
Back to top |
|
 |
ArvindC |
Posted: Tue Oct 14, 2003 3:55 am Post subject: |
|
|
Novice
Joined: 25 Dec 2002 Posts: 14 Location: India
|
There is property for the queue manager called "MAXACTIVECHANNELS" which can be set to the maximum number of concurrent channels that can be active. There is no such property specifically for the client connections.
You can set this in queue manager properties through MQSeries explorer in Windows and as a parameter value in QM.INI on other platfoms.
-Arvind. |
|
Back to top |
|
 |
anhnt |
Posted: Tue Oct 14, 2003 7:56 pm Post subject: |
|
|
Acolyte
Joined: 03 Aug 2003 Posts: 54
|
Thanks ArvindC,
Ok,I known default value of MAXACTIVECHANNELS equal 100.
What Can I set Max value of MAXACTIVECHANNELS?
anhnt |
|
Back to top |
|
 |
mrlinux |
Posted: Wed Oct 15, 2003 6:16 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well there is no published value, I have set them high as a 1000 on a good size unix box, the limits fall mainly with OS and resources _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
anhnt |
Posted: Fri Oct 17, 2003 6:55 pm Post subject: |
|
|
Acolyte
Joined: 03 Aug 2003 Posts: 54
|
Hi all,
Anyone can show me:
How many applycation can connect simultaneously to one QueueManager over one channel(SERVERCONNECTION channel)
thanks in advance
anhnt |
|
Back to top |
|
 |
EddieA |
Posted: Sat Oct 18, 2003 3:47 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
MAXACTIVECHANNELS
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
anhnt |
Posted: Sun Oct 19, 2003 6:16 pm Post subject: |
|
|
Acolyte
Joined: 03 Aug 2003 Posts: 54
|
thanks EddieA,
OK,but when I create a Object'ts array(Queue manager Object) with size equal 1000.
and I connect to the queuemanager over One Channel(serverconnection),and I put message,all of 1000 message was sent,
can you show me about that.
anhnt |
|
Back to top |
|
 |
|