Home

 

Use transport protocol TCP/IP

 

On the LONDON queue manager, define:

DEFINE CHANNEL(TO.LONDON) 
       CHLTYPE(CLUSRCVR) 
       TRPTYPE(TCP)
       CONNAME(LONDON.CHSTORE.COM) 
       CLUSTER(INVENTORY)
       DESCR('TCP Cluster-receiver channel for queue manager LONDON')
     1 : DEFINE CHANNEL(TO.LONDON) CHLTYPE(CLUSRCVR) TRPTYPE(TCP)
         CONNAME(LONDON.CHSTORE.COM) CLUSTER(INVENTORY)
         DESCR('TCP Cluster-receiver channel for queue manager LONDON')
AMQ8014: Websphere MQ channel created.
07/09/98  12:56:35  No repositories for cluster 'INVENTORY'

In this example the channel name is TO.LONDON, and the connection name (CONNAME) is the network address of the machine the queue manager resides on, which is LONDON.CHSTORE.COM. The network address can be entered as an alphanumeric DNS hostname, or an IP address in either in IPv4 dotted decimal form (for example 9.20.9.30) or IPv6 hexadecimal form (for example fe80:43e4:0204:acff:fe97:2c34:fde0:3485). Do not allow the CONNAME to specify a generic name. The port number is not specified, so the default port (1414) is used.

On the NEWYORK queue manager, define:

DEFINE CHANNEL(TO.NEWYORK) CHLTYPE(CLUSRCVR) TRPTYPE(TCP)
CONNAME(NEWYORK.CHSTORE.COM) CLUSTER(INVENTORY)
DESCR('TCP Cluster-receiver channel for queue manager NEWYORK')

 

Parent topic:

4. Define the CLUSRCVR channels


qc10490_


 

Home