Home

 

Queues

 

A queue manager that hosts cluster queues must advertise its queues to the cluster. It does this using the DEFINE QLOCAL command with the CLUSTER option, for example:

DEFINE QLOCAL(Q1) CLUSTER(SALES)

Once a queue has been advertised, any queue manager in the cluster can put messages to it. To put a message, the queue manager has to find out, from the full repositories, where the queue is hosted. Then it adds some routing information to the message and puts the message on its cluster transmission queue.

 

Parent topic:

Components of a cluster


qc10720_


 

Home