Posted: Sun Dec 11, 2005 9:47 pm Post subject: Diff Between Server Connection Channel & Client Connecti
Newbie
Joined: 28 Sep 2005 Posts: 2 Location: Bangalore
Server Connection Channel : It is defined on server. Using this channel clients are able to coonect to the server.
Client Connection Channel : is Client connection to the server. It uses Server Connection Channel to create the channel. This connection can be made in two ways :
1. Through Enviornmental Variable ( MQSERVER)
2. Through Channel Tab file (AMQCLCHL.TAB)
U set MQSERVER as
MQSERVER = Server Connection Channel Name/Protocol/ Connection Name
U can use Channel Tab file just by placing the AMQCLCHL.TAB on the root directory of the WMQ.
Posted: Mon Dec 12, 2005 2:36 am Post subject: Re: Diff Between Server Connection Channel & Client Conn
Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
adeshluthra wrote:
Client Connection Channel : is Client connection to the server. It uses Server Connection Channel to create the channel. This connection can be made in two ways :
1. Through Enviornmental Variable ( MQSERVER)
2. Through Channel Tab file (AMQCLCHL.TAB)
Acutally, THREE ways:
3. When you use a MQCD (channel def) structure with MQCONNX, you can completely specify the clnconn channel in your program. _________________ -wayne
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