Home
2. Define the CLUSRCVR channel
Every queue manager in a cluster needs to define a cluster-receiver channel on which it can receive message. This is also where we indicate that LOSANGELES can process twice as many messages as NEWYORK. On LOSANGELES define:
DEFINE CHANNEL(TO.LOSANGELES) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) CONNAME(LOSANGELES.CHSTORE.COM) CLUSTER(INVENTORY) DESCR('Cluster-receiver channel for LOSANGELES') CLWLWGHT(2)
Parent topic:
Procedure
qc12580_
Home