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 » QMGR Cluster Issue - Routing from Outside Cluster

Post new topic  Reply to topic
 QMGR Cluster Issue - Routing from Outside Cluster « View previous topic :: View next topic » 
Author Message
paleyplease
PostPosted: Thu Jul 31, 2014 7:07 am    Post subject: QMGR Cluster Issue - Routing from Outside Cluster Reply with quote

Apprentice

Joined: 05 Feb 2014
Posts: 45

We have a QMGR coming across via SSL to a QMGR that is in a cluster
that would then route messgaes to two additional QMGRs into the cluster:

QMGR1->QMGR2->QMGR3/4

Where QMGR 1 sends a message via a Remote Queue to QMGR2. QMGR2/3/4 are
all in the same cluster.

We are hoping to see the message that is sent land on QMGR3 / 4. The
queue which QMGR1 sends to is defined in the cluster only on QMGR3/4.

QMGR1 is not in the cluster. QMGR2/3/4 are.

Can you please let us know how we can ensure messages coming across via
a SDR/RCVR channel from outside a cluster to a QMGR in the cluster
(gateway) can route down to QMGR/3/4

I was able to successfully send a msg down to QMGR3/4 from QMGR2 via an
AMQSPUT
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Jul 31, 2014 7:12 am    Post subject: Re: QMGR Cluster Issue - Routing from Outside Cluster Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

paleyplease wrote:

Can you please let us know how we can ensure messages coming across via
a SDR/RCVR channel from outside a cluster to a QMGR in the cluster
(gateway) can route down to QMGR/3/4


You didn't find this link in the Clusters section of the production documentation even slightly relevant?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Jul 31, 2014 7:18 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Ok, so the forum doesn't like that link.

Type "Putting from a queue manager outside a cluster" into the Knowledge Center search facility - it's the first hit.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
paleyplease
PostPosted: Thu Jul 31, 2014 7:39 am    Post subject: Reply with quote

Apprentice

Joined: 05 Feb 2014
Posts: 45

Per the link it mentions to reference this command:
DEFINE QREMOTE(Q2) RNAME(Q2) RQMNAME(QM2) XMITQ(QM1)

Where QM2 is a member in the cluster where one of the local clustered queues is. What if the local clustered queue is on QM5 or 6. How will I ensure the messages will scale between multiple QMGRS?

Does the def command need to be modified above?
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Jul 31, 2014 7:50 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9396
Location: US: west coast, almost. Otherwise, enroute.

paleyplease wrote:
Per the link it mentions to reference this command:
DEFINE QREMOTE(Q2) RNAME(Q2) RQMNAME(QM2) XMITQ(QM1)

Where QM2 is a member in the cluster where one of the local clustered queues is. What if the local clustered queue is on QM5 or 6. How will I ensure the messages will scale between multiple QMGRS?

Does the def command need to be modified above?

The def command puts the message to a qmgr in the cluster. From there, cluster software will use the well-documented clustering algorithm to find the next instance of the destination queue.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
paleyplease
PostPosted: Thu Jul 31, 2014 8:00 am    Post subject: Reply with quote

Apprentice

Joined: 05 Feb 2014
Posts: 45

What if the local clustered queue is on QM5 or 6. How will I ensure the messages will scale between multiple QMGRS instead of just QM2.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Jul 31, 2014 8:38 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

paleyplease wrote:
What if the local clustered queue is on QM5 or 6. How will I ensure the messages will scale between multiple QMGRS instead of just QM2.


Reread the documentation and think about what the command you quoted is actually doing. Then think about how that differs from your successful test where you used amqsput on QMGR2 to get a message to be delivered to QMGR3 & QMGR4. Then think about what will change if you add QMGR5 & QMGR6 to the cluster.

And then just try it and see what happens!!!!
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Aug 01, 2014 5:09 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

Vitor wrote:
Ok, so the forum doesn't like that link.

Go back to your post and see the way I corrected your link...

http://www-01.ibm.com/support/knowledgecenter/?lang=en/#!/SSFKSJ_8.0.0/com.ibm.mq.pla.doc/q017320_.htm the forum does not like even though a browser will take it....
http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.pla.doc/q017320_.htm?lang=en the forum likes.


_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Fri Aug 01, 2014 5:25 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

fjb_saper wrote:
Vitor wrote:
Ok, so the forum doesn't like that link.

Go back to your post and see the way I corrected your link...

http://www-01.ibm.com/support/knowledgecenter/?lang=en/#!/SSFKSJ_8.0.0/com.ibm.mq.pla.doc/q017320_.htm the forum does not like even though a browser will take it....
http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.pla.doc/q017320_.htm?lang=en the forum likes.



The machine was broken....
_________________
Honesty is the best policy.
Insanity is the best defence.
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 » QMGR Cluster Issue - Routing from Outside Cluster
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.