Home

 

2. Define the CLUSRCVR channels

 

Every queue manager in a cluster needs to define a cluster-receiver channel on which it can receive messages. On POLO1, POLO2, and POLO3, define:

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

This advertises each queue manager’s availability to receive messages from other queue managers in the cluster INVENTORY.

 

Parent topic:

Procedure


qc12100_


 

Home