|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Alias Queue Manager |
« View previous topic :: View next topic » |
Author |
Message
|
pnmraju |
Posted: Fri Jul 20, 2007 4:08 am Post subject: Alias Queue Manager |
|
|
Novice
Joined: 28 Jun 2007 Posts: 19
|
What are the properties that an alias Queue Manager is going to get while creating it. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 20, 2007 4:31 am Post subject: Re: Alias Queue Manager |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pnmraju wrote: |
What are the properties that an alias Queue Manager is going to get while creating it. |
None - an alias queue manager is not a queue manager, it's a remote queue definition used for a particular purpose. It only has the properties of a remote queue, and few of them have much value in this context.
Does this tie back to your other post:
http://www.mqseries.net/phpBB2/viewtopic.php?t=38377&highlight=
Are you trying to do something with a cluster (where alias queue managers are often used)? If you specify your situation and ask specific questions, we're more likely to be able to offer specific suggestions or direct you to specific parts of the documentation. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Jul 20, 2007 7:04 am Post subject: |
|
|
Guest
|
A queue manager alias is a queue remote definition without the RNAME() attribute. It is used to correctly resolve a queue manager name - not a queue name (as a queue alias).
A queue manager alias may look like:
DEF QR(bad-qmgr-name) +
RQMNAME(good-qmgr-name)
if, for example, a message arrives from a remote qmgr, is destined for your qmgr, but has an incorrect qmgr name in the transmission queue header.
It could look like:
DEF QR(bad-qmgr-name) +
RQMNAME(good-qmgr-name) +
XMITQ(xmit-queue-to-correct-qmgr)
if the inbound message arrives on your queue manager, but is destined for another queue manager, and you have a channel to that queue manager. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|