Author |
Message
|
GRIFF |
Posted: Wed Jan 16, 2008 7:36 am Post subject: setting Reply-to-Queue in outputroot.mqmd |
|
|
 Acolyte
Joined: 19 Sep 2005 Posts: 64 Location: VA
|
Can someone send me the syntax for designating a reply-to queue and reply-to qmgr via esql in a message flow? I would think it would look something like this:
SET OutputRoot..MQMD.ReplyToQueueManager = 'QMGRA';
SET OutputRoot..MQMD.ReplyToQueue = 'Queue1';
I am cannot find the syntax in the manuals for 6.1.
Please help.
Griff
 |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 16, 2008 7:41 am Post subject: Re: setting Reply-to-Queue in outputroot.mqmd |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
GRIFF wrote: |
I would think it would look something like this:
SET OutputRoot..MQMD.ReplyToQueueManager = 'QMGRA';
SET OutputRoot..MQMD.ReplyToQueue = 'Queue1';
|
I would have thought that, but I'd only put one dot between OutputRoot and MQMD. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
GRIFF |
Posted: Wed Jan 16, 2008 7:52 am Post subject: |
|
|
 Acolyte
Joined: 19 Sep 2005 Posts: 64 Location: VA
|
yes that is my typo; I meant I thought it would be:
SET OutputRoot.MQMD.ReplyToQueueManager = 'QMGRA';
SET OutputRoot.MQMD.ReplyToQueue = 'Queue1';
But I cannot confirm this....any help? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 16, 2008 7:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 16, 2008 8:00 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
GRIFF wrote: |
But I cannot confirm this....any help? |
What happens when you try it? IMHO a Trace node after the Compute which confirm or deny it quite quickly......!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
GRIFF |
Posted: Wed Jan 16, 2008 12:22 pm Post subject: |
|
|
 Acolyte
Joined: 19 Sep 2005 Posts: 64 Location: VA
|
thank you...pulled the tag from the trace - don't know why I did not think about doing that - probably stress!
SET OutputRoot.MQMD.ReplyToQ = 'queue1'; |
|
Back to top |
|
 |
|