ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » transform a message

Post new topic  Reply to topic
 transform a message « View previous topic :: View next topic » 
Author Message
gecs
PostPosted: Mon Jul 13, 2009 3:48 pm    Post subject: transform a message Reply with quote

Acolyte

Joined: 14 Nov 2007
Posts: 58

Hi everybody, I'd like know if exists any way to do this.

My flow receives these inputs (I'm using Collector Node)

Code:
InputA
----ServiceA
-------ElementA
-------ElementA
-------ElementA
-------ElementA (n)

InputB
----ServiceB
-------ElementB
-------ElementB
-------ElementB
-------ElementB (n)

InputC
----ServiceC
-------ElementC
-------ElementC
-------ElementC
-------ElementC (n)


* I want to get the folowing output:

Code:
Output
----ServiceRs
-------Element (A1)
-------Element (A2)
-------Element (A3)
-------Element (An)
-------Element (B1)
-------Element (B2)
-------Element (B3)
-------Element (Bn)
-------Element (C1)
-------Element (C2)
-------Element (C3)
-------Element (Cn)


Someone knows how to get this WITHOUT USING any ITERATION SENTENCE (WHILE, LOOP, ITERATE, FOR).

I don't know, is teher anything like this:
Code:
SET OutputRoot.XMLNSC.ServiceRs.Element[] = SELECT inputA UNION
                     SELECT inputB UNION
                     SELECT inputC;

"I hope you understand"

Regards.
Back to top
View user's profile Send private message
Gaya3
PostPosted: Mon Jul 13, 2009 9:51 pm    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

there is no union concept how we does in SQL.

you have to program it using Java or ESQL on this regard and get it done.
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » transform a message
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.