Home

 

2. Define a CLUSRCVR channel on queue manager PARIS

 

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

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

This advertises the queue manager’s availability to receive messages from other queue managers in the cluster INVENTORY. There is no need to make definitions on other queue managers for a sending end to the cluster-receiver channel TO.PARIS. These will be made automatically when needed.

 

Parent topic:

Procedure


qc10610_


 

Home