|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Clustering implementation clarification |
« View previous topic :: View next topic » |
Author |
Message
|
Inforz |
Posted: Mon Jul 09, 2012 1:21 am Post subject: Clustering implementation clarification |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
Hi,
I have a MQ clustering setup as follows.
1. Cluster CLUS1 has queue managers QM1, QM2 and QMGR as a part of it
2. Cluster CLUS2 has queue managers QM3, QM4 and QMGR as a part of it
3. Queue managers QM1, QM2, QM3, QM4 have cluster local queue of the same name QLC1.
Now I have a requirement as follows.
I will expose the queue QLC1 through the queue manager QMGR to external message sources SRC1, SRC2 and SRC3(as MQ client ie., throught MQ APIs).
1.I need msgs from SRC1 to get distributed only to CLUS1's cluster queues (QLC1 of QM1 and QM2).
2.I need msgs from SRC2 to get distributed only to CLUS2's cluster queues (QLC1 of QM3 and QM4).
3.I need msgs from SRC3 to get distributed to both CLUS1 and CLUS2 cluster queues (QLC1 of QM1, QM2, QM3 and QM4).
How and what should I configure in these MQ objects to acheive the above requirement. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jul 09, 2012 1:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You need to provide appropriate name resolution objects that ensure the routing happens the way you want. |
|
Back to top |
|
 |
girish_tharwani |
Posted: Mon Jul 09, 2012 3:05 am Post subject: |
|
|
 Voyager
Joined: 01 Aug 2001 Posts: 88 Location: Pune, India
|
ON QM1: DEF QR(CLUS.1) RNAME(' ') RQMNAME(' ') XMITQ(' ') CLUSTER(CLUS1)
ON QM2: DEF QR(CLUS.1) RNAME(' ') RQMNAME(' ') XMITQ(' ') CLUSTER(CLUS1)
ON QM3: DEF QR(CLUS.2) RNAME(' ') RQMNAME(' ') XMITQ(' ') CLUSTER(CLUS2)
ON QM4: DEF QR(CLUS.2) RNAME(' ') RQMNAME(' ') XMITQ(' ') CLUSTER(CLUS2)
ON QMGR: DEF QR(CLUS.12) RNAME(' ') RQMNAME(' ') XMITQ(' ') CLUSTER(' ')
Ask SRC1 to put messages on QLC1 on CLUS.1
Ask SRC2 to put messages on QLC1 on CLUS.2
Ask SRC3 to put messages on QLC1 on CLUS.12 |
|
Back to top |
|
 |
Inforz |
Posted: Mon Jul 09, 2012 3:11 am Post subject: |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|