cancel
Showing results for 
Search instead for 
Did you mean: 

JMS/MQ sender channel: max length for MQ msg for fixed length conversion

Former Member
0 Kudos

We need to know the maximum line length for JMS/MQ adapter configuration.

We will get fixed length data like

field1field2field3field4 where we interprete field1(0-5), field2(6-10), field3(11-15), field4(16-20) and so forth.

What is the maximum amount of position for fixed length parsing? e.g. field5(21- maximum)

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

There is no value for "maximum". You have to put a value.

Regards

Stefan

Former Member
0 Kudos

It's clear that we have to put in a number for "maximum". The question is, what is the highest index number we can declare.

E.g. we have a file with a line which is 200.000 characters long. Is it possible to go as high as 200.000 for the fixedFieldlength index? It wouldn't surprise me if there is a limitation to 65.535 or any other number of characters.

Thank you Stefan for your answer