ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Clustering » Clustering implementation clarification

Post new topic  Reply to topic
 Clustering implementation clarification « View previous topic :: View next topic » 
Author Message
Inforz
PostPosted: Mon Jul 09, 2012 1:21 am    Post subject: Clustering implementation clarification Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Mon Jul 09, 2012 1:58 am    Post subject: Reply with quote

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
View user's profile Send private message
girish_tharwani
PostPosted: Mon Jul 09, 2012 3:05 am    Post subject: Reply with quote

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
View user's profile Send private message
Inforz
PostPosted: Mon Jul 09, 2012 3:11 am    Post subject: Reply with quote

Centurion

Joined: 15 Apr 2011
Posts: 139
Location: Chennai, India

k
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Clustering » Clustering implementation clarification
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.