Author |
Message
|
Sam Uppu |
Posted: Fri Sep 24, 2010 1:40 pm Post subject: WTX node |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
Hi Guys,
In our prj we are using WTX for transformations. We have 3 different maps map1 , map2, map3 used in one message flow.
Map2 and Map3 has two input cards. I am planning to use collector node and send the collection to the WTX nodes.
But for the map2 and map3 one Inputcard is common. The incomming message( on MQInput node) is used as one input card.
I am not sure where can I store this incomming message(on MQInput Node) and use it as input for collector node for both the maps map2 and map3.
Can you guys pls provide me some inputs.
Thanks
Sam |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 24, 2010 7:42 pm Post subject: Re: WTX node |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Sam Uppu wrote: |
Hi Guys,
In our prj we are using WTX for transformations. We have 3 different maps map1 , map2, map3 used in one message flow.
Map2 and Map3 has two input cards. I am planning to use collector node and send the collection to the WTX nodes.
But for the map2 and map3 one Inputcard is common. The incomming message( on MQInput node) is used as one input card.
I am not sure where can I store this incomming message(on MQInput Node) and use it as input for collector node for both the maps map2 and map3.
Can you guys pls provide me some inputs.
Thanks
Sam |
If you don't set any properties in the RFH <usr> folder, you don't need to set an RFH folder to have the message be consumed by an MQ JMS Application.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Sam Uppu |
Posted: Sun Sep 26, 2010 11:43 am Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
Fjb,
I think the the reply you gave is for other post. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Sep 26, 2010 2:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Sam Uppu wrote: |
Fjb,
I think the the reply you gave is for other post. |
oops  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ollyc |
Posted: Wed Sep 29, 2010 4:52 am Post subject: |
|
|
Apprentice
Joined: 04 Dec 2009 Posts: 27 Location: England
|
Could you store the message in the environment tree and then collect it?
Generally I don't use the collector node anyway - it screws up the transactionality of the flow if you have multiple outputs. You can create a 'fake' collector node input fairly easily. |
|
Back to top |
|
 |
Amitha |
Posted: Wed Sep 29, 2010 5:55 am Post subject: |
|
|
 Voyager
Joined: 20 Nov 2009 Posts: 80 Location: Newyork
|
Quote: |
I am not sure where can I store this incomming message(on MQInput Node) and use it as input for collector node for both the maps map2 and map |
Can you use floworder node have two connection coming out of MQinput node? Or can you not merger map2 and map3. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 29, 2010 6:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can certainly create two wires from the out terminal of the MQInput node, and they will both receive the same message, in an undetermined order. |
|
Back to top |
|
 |
Sam Uppu |
Posted: Wed Sep 29, 2010 7:20 pm Post subject: |
|
|
 Yatiri
Joined: 11 Nov 2008 Posts: 610
|
Thanks Guys for all you rinputs. We are planning to store the message in Environment tree and remove collector node. We are planning to use compute node to create collector struture. Hope it works. |
|
Back to top |
|
 |
|