Author |
Message
|
wmb_nik |
Posted: Wed May 17, 2017 5:32 am Post subject: MQOutput Node |
|
|
Newbie
Joined: 17 Mar 2017 Posts: 6
|
Hi,
Below are the The Properties in MQ Output Node:
Request property is set to 'no'
Destination mode property is set to Destination
List.
I had left the Reply-to queue name with Queue name.
I am setting the Reply to Queue and Queue Manager in Local Environment of Compute Node.
Compute Mode is set to : LocalEnvironment and Message
I can see the values are set in Compute Node are not getting Propagated in MQMD.
Is this a Known Issue in IIB10.
Regards |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 17, 2017 5:37 am Post subject: Re: MQOutput Node |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wmb_nik wrote: |
Is this a Known Issue in IIB10. |
Not to me.
But then, neither I nor anyone on this forum are the people who make IIBv10. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 17, 2017 5:38 am Post subject: Re: MQOutput Node |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wmb_nik wrote: |
I am setting the Reply to Queue and Queue Manager in Local Environment of Compute Node. |
Post your ESQL. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
wmb_nik |
Posted: Wed May 17, 2017 5:45 am Post subject: |
|
|
Newbie
Joined: 17 Mar 2017 Posts: 6
|
ESQL as below :
-- Set reply details
SET OutputRoot.MQMD.ReplyToQ = 'REPLY.TEST';
SET OutputRoot.MQMD.ReplyToQMgr = 'IIBDEVTEST'; |
|
Back to top |
|
 |
Vitor |
Posted: Wed May 17, 2017 5:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wmb_nik wrote: |
Code: |
-- Set reply details
SET OutputRoot.MQMD.ReplyToQ = 'REPLY.TEST';
SET OutputRoot.MQMD.ReplyToQMgr = 'IIBDEVTEST';
|
|
Tell me how this code achieves this:
wmb_nik wrote: |
I am setting the Reply to Queue and Queue Manager in Local Environment
|
The posted code isn't referencing the LocalEnvironment, nor is it setting the DestinationList you've set the MQOutput node to use.
So you are in fact right - IIBv10 doing what you tell it to do is a known issue. Though I would hesitate to call it an issue.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Marc456 |
Posted: Mon May 22, 2017 11:44 pm Post subject: |
|
|
Newbie
Joined: 11 May 2016 Posts: 8
|
|
Back to top |
|
 |
|