cancel
Showing results for 
Search instead for 
Did you mean: 

Maximum size of payload?

Former Member
0 Kudos

Hi,

Is the a guide to the maximum size of the payload one can send through XI?

Scenario: proxy to jdbc.

The record length is about 120 characters, the extracted count - 41000 records.

The payload went through XI successfully and failed to deliver. I received an out of memory error. The J2EE keeps on restarting.

Any ideas on the maximum size payload or how to cancel this message?

Thanks,

Leanne

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

There is no such theoretical limitation on the size of message payload. It usually depends upon the server hardware confiuration.

U may try some workarounds for ur scenarios

Regards,

Prateek

Former Member
0 Kudos

HI

XI can handle high volume data if you are facing this error implement archive and delete from SXMB_MONI.

volume of messages exchange can be increased fromSXMB_ADM tuning parameter.

Why dont you send small chunk from ABAP proxy? that can help you attain high performance or either break the message in mapping to smaller number of records.

Best size of message is 5 MB for XI for best performance.

Thanks

Gaurav

Former Member
0 Kudos

Hi,

Thanks, how do you break the message into smaller bundles without a BPM?

Thanks,

Leanne

Former Member
0 Kudos

Thanks