Home

 

3. Define a CLUSSDR channel on queue manager EDINBURGH

 

Every queue manager in a cluster needs to define one cluster-sender channel on which it can send messages to its first full repository. In this case we have chosen NEWYORK, so EDINBURGH needs the following definition:

DEFINE CHANNEL(TO.NEWYORK) CHLTYPE(CLUSSDR) TRPTYPE(TCP) CONNAME(NEWYORK.CHSTORE.COM) CLUSTER(INVENTORY) DESCR('Cluster-sender channel from EDINBURGH to repository at NEWYORK')

Now that you have completed all the definitions, if you have not already done so, start the channel initiator on WebSphere MQ for z/OS, and, on all platforms, start a listener program on queue manager PARIS. The listener program listens for incoming network requests and starts the cluster-receiver channel when it is needed. See “Establishing communication in a cluster” for more information.

The cluster set up by this task looks like this:

Figure 1. The INVENTORY cluster, with three queue managers

By making only three definitions, we have added the queue manager EDINBURGH to the cluster with two different network routes available to it.

 

Parent topic:

Procedure


qc12340_


 

Home