Posted: Thu Apr 14, 2005 9:31 pm Post subject: Server Connection channels
Apprentice
Joined: 04 Aug 2003 Posts: 44
Hi,
I have a doubt.
What is significance of creating seperate server connection channel in MQSeries?
I read that we should create a 'CLIENTS' channel for all connections?
Does all clients using same server channel affects performance?
A SVRCONN is the channel running on the server connected to the client. It can be thought of as a class, and an individual client channel as an instance of the class.
The channel at the client end can be created in several different ways.
A CLNTCONN channel created on the server.
By passing the channel definition into MQCONNX
By using the MQSERVER environment variable.
There is no performance impact if all the clients use the same SVRCONN channel.
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