cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in Flat File Format in sender jms queue?

former_member187437
Contributor
0 Kudos

Hi All,

I have a JMS-IDOC scenario with Content Conversion. The input file can have fixed length, multiple records.

Each record comes in a newline.

But , heard, one cannot place a multiline data as a single message in the JMS Queue.

Each new line of the data will be placed as a single separate message.

so for every line , a new xml message gets created and the scenario gets triggered.

But I want the all records (lines) in a single xml message

Could someone tell me what is to be done?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member187437
Contributor
0 Kudos

Resolved

former_member187437
Contributor
0 Kudos

Resolved

stefan_grube
Active Contributor
0 Kudos

> But , heard, one cannot place a multiline data as a single message in the JMS Queue.

That is wrong. You can put anything in the JMS queue, even binary.

Regards

Stefan