Author |
Message
|
garyprmr |
Posted: Thu Oct 08, 2009 11:37 am Post subject: Alias Queue Manager |
|
|
Acolyte
Joined: 03 Sep 2005 Posts: 74
|
I am trying to understand the concept of queue manager alias by doing a hands on.
I have 3 queue managers.
A
Define Q(HELLO) RNAME(TESTING) RQMNAME(B) XMITQ(A.TO.B)
XMITQ- A.TO.B
B
Define Q(B) RQMNAME(B.TO.C)
XMITQ - B.TO.C
C
LocalQueue - TESTING
Define QR(B.TO.C) RQMNAME(C)
The message land up in DLQ of B with error code REMOTE Queue name Error |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 08, 2009 11:43 am Post subject: Re: Alias Queue Manager |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
garyprmr wrote: |
The message land up in DLQ of B with error code REMOTE Queue name Error |
I can't say I'm surprised from the details you've posted. Try posting the actual MQSC script once you've reviewed it if you still can't see the problem. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Oct 08, 2009 11:51 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Pls Read out the manual time again and again...until you get it clearly and implement it.
Its there in the IBM Cluster Manual, Under "Using aliases and remote-queue definitions with clusters".
But I would still ask for the real MQSC commands/script and am with Vitor {didn't mean to cut off your request }.
Thanks _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
garyprmr |
Posted: Thu Oct 08, 2009 12:50 pm Post subject: |
|
|
Acolyte
Joined: 03 Sep 2005 Posts: 74
|
Define Q(HELLO) RNAME(TESTING) XMITQ(A.TO.B)
[b]RQMNAME(C) [/b]
Define Q(B) [b]RQMNAME(C) [/b]
and it worked.
After reading the manual. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 08, 2009 1:03 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
garyprmr wrote: |
it worked.
After reading the manual. |
It's odd how often that happens.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Oct 08, 2009 2:31 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
garyprmr wrote: |
and it worked.
After reading the manual. |
See, it works.
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Oct 08, 2009 4:07 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9470 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
I am trying to understand the concept of queue manager alias by doing a hands on. |
Do you understand where and under what circumstances you would use a queue manager alias? _________________ 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 |
|
 |
|