Author |
Message
|
jim |
Posted: Sun Oct 12, 2014 11:48 pm Post subject: How to do muti hopping |
|
|
Voyager
Joined: 26 Nov 2013 Posts: 94
|
How to do muti hopping for more than 3 queue manager.
 |
|
Back to top |
|
 |
exerk |
Posted: Sun Oct 12, 2014 11:55 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
It's all in the Knowledge Centre...
...also, it's quite logical if you stop and think about it. _________________ 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 |
|
 |
jim |
Posted: Mon Oct 13, 2014 12:01 am Post subject: |
|
|
Voyager
Joined: 26 Nov 2013 Posts: 94
|
exerk wrote: |
It's all in the Knowledge Centre...
...also, it's quite logical if you stop and think about it. |
Yes..In Knowledge center it there
If we want to do with more than 3 qmgr ..Iam not sure..
Even for gateway qmgr how to do with more than 3 qmgr...Not sure..
QM1-->QM2--->QM3--->QM4 |
|
Back to top |
|
 |
exerk |
Posted: Mon Oct 13, 2014 12:43 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Note my second statement. Basically, think of it like a road map - you need an origin and termination, and directions to and from any way points in between. _________________ 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 |
|
 |
mqjeff |
Posted: Mon Oct 13, 2014 4:51 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Name resolution happens each time a message is PUT.
A message is PUT by the sending application to the local queue manager.
At each queue manager after that, the message is PUT by the message channel agent.
So you need a name that resolves to the next destination at each place the message is PUT. |
|
Back to top |
|
 |
jim |
Posted: Mon Oct 13, 2014 4:52 am Post subject: |
|
|
Voyager
Joined: 26 Nov 2013 Posts: 94
|
exerk wrote: |
Note my second statement. Basically, think of it like a road map - you need an origin and termination, and directions to and from any way points in between. |
You mean that If I need to do multi hopping/ gateway for QM1 to QM5
then we need to do at requied some as gateway qmgr and other qmgr should be used as for path for transfering the message |
|
Back to top |
|
 |
exerk |
Posted: Mon Oct 13, 2014 5:00 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
jim wrote: |
exerk wrote: |
Note my second statement. Basically, think of it like a road map - you need an origin and termination, and directions to and from any way points in between. |
You mean that If I need to do multi hopping/ gateway for QM1 to QM5
then we need to do at requied some as gateway qmgr and other qmgr should be used as for path for transfering the message |
No, I mean, as mqjeff has so eloquently put it, a route from start to finish; "...So you need a name that resolves to the next destination at each place the message is PUT..." _________________ 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 |
|
 |
bruce2359 |
Posted: Mon Oct 13, 2014 3:04 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
The qmgr where the message is produced is the originating qmgr.
The qmgr where the message is to be delivered is the destination qmgr.
The qmgr nearest the destination qmgr is the adjacent qmgr. MQ channels connect the originating qmgr to the adjacent qmgr. MQ channels connect the adjacent qmgr to the destination qmgr.
If the message arrives on a qmgr between the originating qmgr and the adjacent qmgr (referred to as non-adjacent qmgr), you must provide a QueueManagerAlias to move the message to the transmission queue that leads to the adjacent qmgr. If there are multiple non-adjacent qmgrs, you will need to provide a QueueManagerAlias on each non-adjacent qmgr to move the message further down the network towards the adjacent qmgr.
This is documented in the Intercommunications manual (or equivalent KC). _________________ 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 |
|
 |
mqjeff |
Posted: Tue Oct 14, 2014 4:57 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It doesn't have to be a queue manager alias. |
|
Back to top |
|
 |
|