Author |
Message
|
priyaa |
Posted: Mon Apr 06, 2015 11:59 pm Post subject: Split XML request into Multiple XML request using esql |
|
|
Newbie
Joined: 06 Apr 2015 Posts: 3
|
Hi ,
I am totally new to WMB, I had a doubt is it possible to split the incoming request into multiple request using compute node(with esql command).
I know it is possible using aggregate node but i want to split the message just using the compute nodes with esql command.
Could anyone of you can confirm is it possible to perform the above mentioned task ,if yes what could be the code which will be usefull to perform the task.
Thanks in advance  |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Apr 07, 2015 1:01 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
The answer to your question is Yes it can.
If you are new to this product you really should be properly trained in it. IIB is a complex product. It is not easy to learn it on your own.
Hint: The training will give you the knowledge to asnwer the second part of your question. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
christopher j |
Posted: Thu Apr 09, 2015 1:11 am Post subject: |
|
|
Novice
Joined: 01 Jan 2010 Posts: 20
|
create/modify 'outputroot' for each of the split of your incoming xml message and use 'Propagate' Statement. |
|
Back to top |
|
 |
martinb |
Posted: Thu Apr 09, 2015 1:46 am Post subject: |
|
|
Master
Joined: 09 Nov 2006 Posts: 210 Location: UK
|
|
Back to top |
|
 |
priyaa |
Posted: Mon Apr 13, 2015 2:38 am Post subject: |
|
|
Newbie
Joined: 06 Apr 2015 Posts: 3
|
Thanks all,
I am able to split the message using compute node with (Modify and Propagate' Statement).
 |
|
Back to top |
|
 |
|