Home

 

1. Remove cluster queues from the cluster

 

On both CHICAGO and CHICAGO2, modify the local queue definition for the queue INVENTQ to remove the queue from the cluster. To do this, issue the command:

ALTER QLOCAL(INVENTQ) CLUSTER(' ')

When you do this, the information in the full repositories is updated and propagated throughout the cluster. Active applications using MQOO_BIND_NOT_FIXED, and applications using MQOO_BIND_AS_Q_DEF where the queue has been defined with DEFBIND(NOTFIXED), fail on the next attempted MQPUT or MQPUT1 call. The reason code MQRC_UNKNOWN_OBJECT_NAME is returned.

You do not have to perform Step 1 first, but if you don’t, perform it instead after Step 4.

 

Parent topic:

Procedure


qc11990_


 

Home