Author |
Message
|
ipmqadm |
Posted: Tue Apr 08, 2008 7:12 am Post subject: Serverconn Channel Connection |
|
|
Acolyte
Joined: 18 Apr 2007 Posts: 68
|
My understanding of the serverconn channel is that it is used solely for client connections. In a mq server to mq server scenario I can find no documentation that references the need to establish a serverconn connection. Is this correct?
Or to reword this a little...
Can anyone provide an example of when I would need to create a serverconn channel when attempting to send data between two separate mq server installations? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 08, 2008 7:23 am Post subject: Re: Serverconn Channel Connection |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ipmqadm wrote: |
My understanding of the serverconn channel is that it is used solely for client connections. In a mq server to mq server scenario I can find no documentation that references the need to establish a serverconn connection. Is this correct? |
Yes _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jeevan |
Posted: Tue Apr 08, 2008 9:45 am Post subject: Re: Serverconn Channel Connection |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
ipmqadm wrote: |
Can anyone provide an example of when I would need to create a serverconn channel when attempting to send data between two separate mq server installations? |
In order to make/enable two mq servers(QMGRS) talk each other, you have to create Sender(sdr) and Receiver(rcvr) channels not serverconn channel. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 08, 2008 12:57 pm Post subject: Re: Serverconn Channel Connection |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jeevan wrote: |
ipmqadm wrote: |
Can anyone provide an example of when I would need to create a serverconn channel when attempting to send data between two separate mq server installations? |
In order to make/enable two mq servers(QMGRS) talk each other, you have to create Sender(sdr) and Receiver(rcvr) channels not serverconn channel. |
Or sender / requester, etc _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gbaddeley |
Posted: Tue Apr 08, 2008 11:28 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Or cluster sender / receiver channels. MQ Clusters are really only worth while if there are at least 3 qmgrs which need to exchange messages with each other.
For MQ Client -> MQ Server connectivity, SVRCONN type channels are defined on the queue manager. Like-named CLNTCONN channels are defined implicitly by applications using MQCONNX call, MQSERVER environment variable, or in a CCDT file (AMQCLCHL.TAB), or in the Java/JMS classes.
(RT WMQ Clients manual) _________________ Glenn |
|
Back to top |
|
 |
ipmqadm |
Posted: Wed Apr 09, 2008 5:14 am Post subject: |
|
|
Acolyte
Joined: 18 Apr 2007 Posts: 68
|
Thanks everyone for your input. |
|
Back to top |
|
 |
|