|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
mq channel architecture |
« View previous topic :: View next topic » |
Author |
Message
|
csaunders |
Posted: Thu Feb 02, 2006 7:11 am Post subject: mq channel architecture |
|
|
Acolyte
Joined: 27 Mar 2003 Posts: 64 Location: Arlington, Va
|
Need some advice. I have 5 clients using the tcpip client connection method, all using the same channel. Do you guys think it would be better if i created a seperate channel for each client, also the one channel is SSL enabled. So I would have to make each channel SSL enabled. Any insight into this would be fantastic. |
|
Back to top |
|
 |
mvic |
Posted: Thu Feb 02, 2006 8:06 am Post subject: Re: mq channel architecture |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
csaunders wrote: |
Need some advice. I have 5 clients using the tcpip client connection method, all using the same channel. |
Actually the clients will be using the same channel definition. They will be using separate channels - ie. separate TCP/IP connections. Check output from
while your clients are running. |
|
Back to top |
|
 |
wschutz |
Posted: Thu Feb 02, 2006 8:43 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
mvic correctly points out the difference between a "channel definition" and a "channel instance" (which gets it runtime attributes from the definition).
I've seen two reasons for using multiple definitions:
(1) You need to have different characteristics on the channel (enabling SSL, exits, mcauser, ...) and
(2) You be able to easily monitor the "type" of connections coming in (ie, you might want to name and use channels based on stuff like: application area, geography, type of user ... etc).
others might add more reasons ....
from a performance perspective, it doesn't make any difference if you have 1 definition used to create "m" instances or "m" defintions to create "1" instance each. _________________ -wayne |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Feb 02, 2006 10:50 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
wschutz wrote: |
others might add more reasons ....
|
When one of them starts looping and creating hundreds of instances, you can force stop that channel and the others are uneffected. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|