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