Posted: Tue Jul 19, 2011 4:02 pm Post subject: Handling large message
Newbie
Joined: 19 Jul 2011 Posts: 6
We have a large XML message with repeating structure.
I am trying to split the XML into smaller XMLs in Java compute Node.
I am unable to find any sample using Java.
Can anybody help on this.
We have chosen Java compute node as we have some stored procdure calls
with arraylits over ESQL compute node.
Posted: Tue Jul 19, 2011 11:52 pm Post subject: Re: Handling large message
Master
Joined: 27 Feb 2008 Posts: 218
sknaini wrote:
We have chosen Java compute node as we have some stored procdure calls with arraylits over ESQL compute node.
If you're using ESQL compute node why not split the XML by using references in ESQL? _________________ IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Joined: 23 Jul 2008 Posts: 440 Location: Jamsa, Finland
Hi,
I think you should try partial parsing / processing --which is built in functionality- the large message. Look from samples gallery "Large Messaging sample". I think that the same processing --as in the sample with esql-- is possible with java.
And check JavaComputeNodeSampleFlowProject/JavaComputeTransformNoXPathFlow
from samples gallery for guiding you the beginning of the exploration into world of java programming with broker.
--
Marko
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