Author |
Message
|
awatson72 |
Posted: Thu Sep 16, 2004 6:03 am Post subject: MQ Client channels |
|
|
Acolyte
Joined: 14 Apr 2004 Posts: 69 Location: Freeport, Maine
|
I'm planning an MQ Client environment where MQ Client is installed on PCs. I haven't been able to dig up any advice about what the server connection channels on the server should look like. Do MQ Admins typically set up a dedicated SVRCONN channel for inbound MQ Clients or use an existing one, or something else? Any insight appreciated... _________________ Andrew Watson
L.L. Bean, Inc. |
|
Back to top |
|
 |
vennela |
Posted: Thu Sep 16, 2004 6:54 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
To make things little easier create a SVRCONN channel for each team. |
|
Back to top |
|
 |
awatson72 |
Posted: Thu Sep 16, 2004 10:26 am Post subject: |
|
|
Acolyte
Joined: 14 Apr 2004 Posts: 69 Location: Freeport, Maine
|
Each team?
Not sure I follow you... |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Sep 16, 2004 10:35 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
vennela wrote: |
To make things little easier create a SVRCONN channel for each team. |
I think what the Lady meant was have a unique SVRCONN channel created for each application that will be connecting as a Client to the MQManager. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial.
Last edited by csmith28 on Thu Sep 16, 2004 10:37 am; edited 1 time in total |
|
Back to top |
|
 |
vennela |
Posted: Thu Sep 16, 2004 10:36 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
I'm planning an MQ Client environment where MQ Client is installed on PCs |
What are PC's
Developer PC's?
PCs where applications are running?
For example if you have 100 PC's and there are 10 teams that use 10 PCs each. Create one SVRCONN channel for each team. |
|
Back to top |
|
 |
awatson72 |
Posted: Thu Sep 16, 2004 1:44 pm Post subject: |
|
|
Acolyte
Joined: 14 Apr 2004 Posts: 69 Location: Freeport, Maine
|
PCs where applications are running and putting to and getting from Queues. I'm not entirely sure how many PCs, I can find out. My guess is 30 - 50. Is there a rule of thumb/best practice that dictates how many SVRCONN channels should be defined for each client? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Sep 16, 2004 3:25 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
A manually defined SVRCONN channel is only used as a template to dynamically create the actual channels used by the client. As such, you can have thousands of active channels based off of one SVRCONN def, or thousands of active channels each based off of there own particular manually defined SVRCONN channel, or somewhere in between. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|