Home

 

6. Stop the CLUSRCVR channel at TORONTO

 

Before performing this step, ensure that any bound messages have arrived on TORONTO, otherwise these messages will become stuck on the sending queue manager's cluster transmit queue.

Issue the STOP CHANNEL command to stop the cluster-receiver channel:

STOP CHANNEL(TO.TORONTO)

Once the channel is stopped, no more messages can be sent to TORONTO.

Later, to tidy up, you will probably want to delete the channel:

DELETE CHANNEL(TO.TORONTO)

At this point the TORONTO queue manager is no longer a valid destination in the cluster, but there may be messages bound to TORONTO (messages put using BIND_ON_OPEN) still being sent from other queue managers in the cluster.

 

Parent topic:

Procedure


qc12200_


 

Home