cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Thread Processing in Proxy in PI 7.1

Former Member
0 Kudos

Hello Experts

I am working on a Proxy to Web service scenario in PI 7.11 where ECC will send multiple transactions at a time to PI for Processing, How can we handle it by using the multi thread processing, If there are any failures or Queues stuck, what is the best way to monitor the messages

Do we need to set up or change in the Queue...

Thanks in Advance

PR

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>If there are any failures or Queues stuck, what is the best way to monitor the messages

you can set up automated alerts for SMQ1/SMQ2 so you will be notified once there are any issues there

and you will be able to take care of that

>>>Do we need to set up or change in the Queue...

you can control the number of queues in sxmb_adm - IE - specific

and then tuning category (parameters like - EO_INBOUND_PARALLEL)

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

Former Member
0 Kudos

You don't need any special "multi-threading". Just post one message after the other to the proxy framework, then that framework will take care of the rest. In an ABAP program this could be a loop over a table calling the EXECUTE_ASYNCHRONOUS function of the proxy for each table entry.

If the calls are coming from multiple instances of the same program - still no problem.

Michal already answered about the monitoring.

Regards,

Jörg