Hi all,
I have an asynchonous Exactly Once SOAP->RFC scenario where a high data volume is sent and it causes a high processing time in ERP. I have been asked to find out a solution so there's not many parallell process spending cpu time on ERP during normal working office time.
First of all I thought to use asynchronous OEIO scenario so there's only one execution at a time. Unfortunately I have been told I should let configure how many process can be executing at a time.
I have also thought about configuring how many threads read from a asynchrnous queue, but I'm not really sure if it could do the trick because I don't have experienced with queues.
Any ideas about how the requisite could be granted?
Thanks in advance,