Home

 

Use transport protocol LU 6.2

 

On the LONDON queue manager, define:

DEFINE CHANNEL(TO.LONDON) CHLTYPE(CLUSRCVR) TRPTYPE(LU62)
CONNAME(LONDON.LUNAME) CLUSTER(INVENTORY)
MODENAME('#INTER') TPNAME('MQSERIES')
DESCR('LU62 Cluster-receiver channel for queue manager LONDON')
     1 : DEFINE CHANNEL(TO.LONDON) CHLTYPE(CLUSRCVR) TRPTYPE(LU62)
         CONNAME(LONDON.LUNAME) CLUSTER(INVENTORY)
         MODENAME('#INTER') TPNAME('MQSERIES')
         DESCR('LU62 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) specifies the LU name of the queue manager, which is LONDON.LUNAME. Do not allow the CONNAME to specify a generic LU name.

On the NEWYORK queue manager, define:

DEFINE CHANNEL(TO.NEWYORK) CHLTYPE(CLUSRCVR) TRPTYPE(LU62)
CONNAME(NEWYORK.LUNAME) CLUSTER(INVENTORY)
MODENAME('#INTER') TPNAME('MQSERIES')
DESCR('LU62 Cluster-receiver channel for queue manager NEWYORK')

 

Parent topic:

4. Define the CLUSRCVR channels


qc10500_


 

Home