Home

 

6. Define the INVENTQ queue on the central queue managers

 

On CHICAGO, modify the local queue definition for the queue INVENTQ to make the queue available to the cluster. Issue the command:

ALTER QLOCAL(INVENTQ) CLUSTER(CHAINSTORE)

On CHICAGO2, make a definition for the same queue:

DEFINE QLOCAL(INVENTQ) CLUSTER(CHAINSTORE)

(On z/OS we can use the MAKEDEF option of the COMMAND function of CSQUTIL to make an exact copy on CHICAGO2 of the INVENTQ on CHICAGO. See the WebSphere MQ for z/OS System Administration Guide for details.)

When you make these definitions, a message is sent to the full repositories at CHICAGO and CHICAGO2 and the information in them is updated. From then on, when a queue manager wants to put a message to the INVENTQ, it will find out from the full repositories that there is a choice of destinations for messages sent to that queue.

 

Parent topic:

Procedure


qc11810_


 

Home