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 » Cluster Concept

Post new topic  Reply to topic
 Cluster Concept « View previous topic :: View next topic » 
Author Message
saikrishna
PostPosted: Tue Nov 17, 2015 2:45 am    Post subject: Cluster Concept Reply with quote

Novice

Joined: 29 Jul 2015
Posts: 21

Hi am doing POC on Cluster concept.
Below are the objects
* HUB01,HUB02 (in cluster MYCLUSTER as full repository)
* INPUT -Queue that is present in both HUB01,HUB02 (share in cluster)

Now I want to send a msg from HUB03 (which is not present in cluster) to the queue INPUT (which is shared in cluster)

I know how to send msg to remote QM

Kindly help me how to send msg to a cluster Queue from another QM
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Nov 17, 2015 5:21 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

There's nothing different from sending a message to a cluster queue from sending a message to any other queue.

In the case of the cluster, the cluster handles figuring out how to move the messages between queue managers that are members of the cluster.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Nov 17, 2015 6:07 am    Post subject: Reply with quote

Grand High Poobah

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

Moved to the right forum.

You are a few qmgrs shy of the correct solution. You will need to define a "gateway" queue manager for access to the cluster. Look it up in the info center, because you are trying to set up a configuration that is described in detail...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Tue Nov 17, 2015 6:08 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Well. HUB03 is already a gateway qmgr. Or at least it will be, once it is connected to at least one of the other two queue managers in the correct way.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
saikrishna
PostPosted: Tue Nov 17, 2015 9:45 pm    Post subject: Reply with quote

Novice

Joined: 29 Jul 2015
Posts: 21

Yeah I achieved

as follows

HUB01,02,GW are three QM's shared in cluster

from HUB03 am sending message to GW (via senderchannel)
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Nov 18, 2015 6:05 am    Post subject: Reply with quote

Grand High Poobah

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


_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
bruce2359
PostPosted: Wed Nov 18, 2015 8:28 am    Post subject: Reply with quote

Poobah

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

IBM offers a 3-day lecture/hands-on-lab course WM252 Designing, Implementing, and Managing IBM MQ V8 Clusters.

More information and schedule here: http://www-304.ibm.com/services/learning/ites.wss/zz/en?pageType=course_description&courseCode=WM252G&cc=us
_________________
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
rammer
PostPosted: Thu Nov 19, 2015 5:32 am    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

I remember dong version 5.x of that (first ever one they ran in uk) when clustering was rather dodgy, nothing like later versions where it never goes wrong, meaning no overtime lol
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Nov 19, 2015 5:40 am    Post subject: Reply with quote

Grand High Poobah

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

rammer wrote:
I remember dong version 5.x of that (first ever one they ran in uk) when clustering was rather dodgy, nothing like later versions where it never goes wrong, meaning no overtime lol


I'm a big fan of things that work. Heroically working overtime all weekend is obviously lucrative, but as the years pass I find I'm increasingly drawn to "sleeping" as a weekend activity.

Along with growing roses, collecting stamps and torturing kittens.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Nov 19, 2015 6:02 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Vitor wrote:
Along with growing roses, collecting stamps and torturing kittens.

And somewhere way down that list is something about a wife... I think..
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
exerk
PostPosted: Thu Nov 19, 2015 6:25 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Vitor wrote:
...and torturing kittens.

Makes a nice change from it being me...
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Nov 19, 2015 6:34 am    Post subject: Reply with quote

Grand High Poobah

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

mqjeff wrote:
Vitor wrote:
Along with growing roses, collecting stamps and torturing kittens.

And somewhere way down that list is something about a wife... I think..


She holds the kittens still.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Nov 19, 2015 6:38 am    Post subject: Reply with quote

Poobah

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

My grandmother used to say that "...there are 1001 ways to skin a cat... and I'm only up to 650."
_________________
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
Vitor
PostPosted: Thu Nov 19, 2015 6:40 am    Post subject: Reply with quote

Grand High Poobah

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

bruce2359 wrote:
My grandmother used to say that "...there are 1001 ways to skin a cat... and I'm only up to 650."


I quite like 471, especially on a larger kitten.
_________________
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 » Cluster Concept
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.