Skip to Content
0
Former Member
Sep 20, 2006 at 02:05 PM

JMS Content Conversion

22 Views

Hi

I have the following message coming from MQ

0013126360207200608.20#0013126360407200607.87

I am using xml.fieldFixedLenghts to transform the number to fields,in the end of the number i have the # separator between numbers to create new tag

which paramter I shall add to the sender JMS Parameter?

<TEST_MT>

*********<NUM>

************<FIELD1>0013126360207</FIELD1>

************<FIELD2>200608.20</FIELD2>

*********</NUM>

*********<NUM>

************<FIELD1>0013126360407</FIELD1>

************<FIELD2>200607.87</FIELD2>

*********</NUM>

</TEST_MT>

thx,

Shai