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 » Queue Manager Alias

Post new topic  Reply to topic
 Queue Manager Alias « View previous topic :: View next topic » 
Author Message
prabhu_s1177
PostPosted: Fri Apr 25, 2008 2:17 am    Post subject: Queue Manager Alias Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Fri Apr 25, 2008 2:28 am    Post subject: Re: Queue Manager Alias Reply with quote

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
View user's profile Send private message
prabhu_s1177
PostPosted: Fri Apr 25, 2008 2:59 am    Post subject: Reg Cluster Reply with quote

Apprentice

Joined: 26 Nov 2007
Posts: 34

Hi,
i could didn't find out(cluster manual). Help me out.please
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Apr 25, 2008 3:01 am    Post subject: Re: Reg Cluster Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 25, 2008 3:02 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Fri Apr 25, 2008 3:03 am    Post subject: Re: Reg Cluster Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Fri Apr 25, 2008 3:05 am    Post subject: Reply with quote

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
View user's profile Send private message
prabhu_s1177
PostPosted: Fri Apr 25, 2008 3:15 am    Post subject: Reg Cluster Reply with quote

Apprentice

Joined: 26 Nov 2007
Posts: 34

Thanks...
Back to top
View user's profile Send private message
prabhu_s1177
PostPosted: Fri Apr 25, 2008 3:29 am    Post subject: reg Queue Manager Alias Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Fri Apr 25, 2008 3:32 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Fri Apr 25, 2008 3:36 am    Post subject: Re: reg Queue Manager Alias Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Fri Apr 25, 2008 3:24 pm    Post subject: Re: reg Queue Manager Alias Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Clustering » Queue Manager Alias
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.