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) 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 specify the CONNAME, we can request WebSphere MQ to find out the connection name from the system either by omitting CONNAME, or by specifying CONNAME(' '). WebSphere MQ generates the CONNAME value using the current IP address of the system. 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


qc10660_


 

Home