Home
Examples of using aliases within clusters
Figure 1 and Figure 1 show a queue manager called QM3 that is outside the cluster called DEMO. (QM3 could be a queue manager on a WebSphere MQ product that does not support clusters.) QM3 hosts a queue called Q3, which is defined as follows:
DEFINE QLOCAL(Q3)Inside the cluster are two queue managers called QM1 and QM2. QM2 hosts a cluster queue called Q2, which is defined as follows:
DEFINE QLOCAL(Q2) CLUSTER(DEMO)To communicate with a queue manager outside the cluster, one or more queue managers inside the cluster must act as a gateway. The gateway in this example is QM1.
- Putting from a queue manager outside a cluster
- Replying to a queue manager outside the cluster
- Putting from a queue manager outside the cluster - alternative techniques
- Putting to a queue manager outside the cluster
- Replying from a queue manager outside the cluster
- Putting across clusters
Parent topic:
Using aliases and remote-queue definitions with clusters
qc10820_
Home