Skip to Content
0
Sep 09, 2008 at 12:17 PM

Doubt in jms content conversion

16 Views

Hi ,

I m doing content conversion in sender jms channel.

My input is of the format

AAAAAAA#bbbbbbb#ccccccc#

I want to map it to XML Structure

<Root>

<Record>

<item>AAAAA </item>

</Record>

<Record>

<item>bbbbb</item>

</Record>

<Record>

<item>CCCC</item>

</Record>

</Root>

Is it possible?