cancel
Showing results for 
Search instead for 
Did you mean: 

How many messages can be processed simultaneously?

xinjiang_li
Active Participant
0 Kudos

Hi gurus,

You know PI can process a message with the volume 50MB or more, then my question is how many messages can be processed simultaneously? We are using IDOC2SOAP and SOAP2IDOC scenario. It seems the messages will be kept in some default queues if couples of messages reach at the same time in case we use exactly one mode. In what cases(amount) the message will have to wait previous message has processed when we use EO mode?

Any help will be appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

there is no number from like how many messages we can trafer simultaniously, but some of the adapters JDBC--we can send maximum 5 message simultaniously in one trasaction(for the you have to set max consurency value in JDBC receiver adapter).

RFC adapter also we can set similar number.

But in case of IDoc scenarios(sender side) depend on ECC how many IDocs can process at a time, but i worked with high volume integration scenarios , never had a problem with IDoc scenarios stuff...perfromance point of IDoc scenarios never give trouble.

you have to monitor SOAP channel how ti behaves.. use EO mode .

Regards,

Raj

baskar_gopalakrishnan2
Active Contributor
0 Kudos

It is fully based on the server memory resources during run time. Individual Mesg size up to 5 mb is better in performance. Since you have async interfaces you can use parameters for inbound and outbound queues to handle the load parallely .

Example:

You can configure EO_INBOUND_Parallel and EO_OUTBOUND_PARALLEL in sxmb_adm for inbound and outbound queues respectively. But how much messages can be processed simultaneous ? It Is fully depends on the memory resources, hardware availability and more.

Read this link...

http://help.sap.com/saphelp_nw04/helpdata/en/7b/94553b4d53273de10000000a114084/content.htm