Author |
Message
|
prabhu_s1177 |
Posted: Fri Apr 25, 2008 2:17 am Post subject: Queue Manager Alias |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
Can anybody tell the steps to step up the Queue Manager Alias in Cluster.? Please. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 25, 2008 2:28 am Post subject: Re: Queue Manager Alias |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhu_s1177 wrote: |
Can anybody tell the steps to step up the Queue Manager Alias in Cluster.? Please. |
Yes:
- Locate the Cluster manual, using the link at the top of this page
- Follow the steps given for creating a queue manager alias of the type you require
If you have a specific issue with an alias you've set up using this method, please post details. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
prabhu_s1177 |
Posted: Fri Apr 25, 2008 2:59 am Post subject: Reg Cluster |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
Hi,
i could didn't find out(cluster manual). Help me out.please |
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 25, 2008 3:01 am Post subject: Re: Reg Cluster |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhu_s1177 wrote: |
i could didn't find out(cluster manual). Help me out.please |
You have two choices:
- open the info centre and type "queue manager alias" in the search facility
- download the PDF version of the clusters manual, press control+F and type "queue manager alias" in the box thus displayed
You could also ask Mr Google, but that's likely to be a bit unfocused. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 25, 2008 3:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
A qmgr alias is a QREMOTE. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 25, 2008 3:03 am Post subject: Re: Reg Cluster |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Vitor wrote: |
prabhu_s1177 wrote: |
i could didn't find out(cluster manual). Help me out.please |
You have two choices:
- open the info centre and type "queue manager alias" in the search facility
- download the PDF version of the clusters manual, press control+F and type "queue manager alias" in the box thus displayed
You could also ask Mr Google, but that's likely to be a bit unfocused. |
Three choices, if you include looking down the Contents of the Clusters manual until you see the entry "Queue Manager Aliases" _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 25, 2008 3:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jefflowrey wrote: |
A qmgr alias is a QREMOTE. |
Which is as much help as we can be (aside from pointing you at the instructions) as you've not even explained what you're trying to alias or why.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
prabhu_s1177 |
Posted: Fri Apr 25, 2008 3:15 am Post subject: Reg Cluster |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
|
Back to top |
|
 |
prabhu_s1177 |
Posted: Fri Apr 25, 2008 3:29 am Post subject: reg Queue Manager Alias |
|
|
Apprentice
Joined: 26 Nov 2007 Posts: 34
|
I have created three QMs ( QM1,QM2,QM3....)
QM3 is outside the Cluster(cluster Name is Cluster1).....
From Qm3, i wants to put the msg to QM2.........
There is no physical link between QM3 to Qm2..
There is link between QM3 to QM1....
Using Queue Manager alias...i want to put the msg to QM2.
I don't know where to define Queue Manager alias(Remote queue definition) and i don't know the exact Syntax.for that in the cluster........
This is my situation.... |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 25, 2008 3:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
DEF QREMOTE(MY.QM.ALIAS) RQMNAME(MY.REAL.QM)
If you feel a need to share it in the cluster, then it's the same - add "CLUSTER(MYCLUSTERNAME)". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 25, 2008 3:36 am Post subject: Re: reg Queue Manager Alias |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prabhu_s1177 wrote: |
I don't know where to define Queue Manager alias(Remote queue definition) and i don't know the exact Syntax.for that in the cluster........
This is my situation.... |
Is this the same setup as here:
http://www.mqseries.net/phpBB2/viewtopic.php?p=212811
You'll find the information in the manual section "Putting from outside the cluster" (or something very similar to that!) but the remote queue definition will be on QM1 so the message can be readdressed as required.
You might also want to look up gateway queue managers. This is possibly another way of achieving the same effect. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Apr 25, 2008 3:24 pm Post subject: Re: reg Queue Manager Alias |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
prabhu_s1177 wrote: |
I have created three QMs ( QM1,QM2,QM3....)
QM3 is outside the Cluster(cluster Name is Cluster1).....
From Qm3, i wants to put the msg to QM2.........
There is no physical link between QM3 to Qm2..
There is link between QM3 to QM1....
Using Queue Manager alias...i want to put the msg to QM2.
I don't know where to define Queue Manager alias(Remote queue definition) and i don't know the exact Syntax.for that in the cluster........
This is my situation.... |
You might also need to look up the P2P version of the qmgr alias in the intercommunications manual . Look for multi hop...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|