Skip to Content
0
Former Member
Oct 04, 2005 at 04:28 PM

JMS sender adapter not converting data to XML properly.

39 Views

Hi,

I am using JMS adapter to read data from MQ. The length of each segment is fixed.

The problem is there is no new line character at the end of each segment .So JMS adapter is just reading the first line and not reading the rest.

What I found out that if I place a new line character at the end of each segment it works fine. But for me I have constraint that in MQ the source system cannot send a new line character at the end of each segment. So can any one tell me how can I solve this issue?

The sample data that I am getting from MQ is:

AA12345

BBXYZXY CC12300

CC456AS

We are using SP13.

The length of each segment is fixed.

Any help is appreciated