cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling send and receive queue on Adapter Engine..

Former Member
0 Kudos

Hi Experts!!

Just curious and want to know, In the Integartion Engine, qRFC scheduler on ABAP side would responsible for parallel processing of queues in which these parameters are controlled via the TA sxmb_adm (EO_INBOUND_PARALLEL and EO_OUTBOUND_PARALLEL). In Similar way, on the Adapter Engine, I beleive the parallel processing of queues would be controlled by AFWsend, AFW recv. My question is there any scheduling mechanism involved on the Adapter Engine just like qRFC scheduler on IE. Can you please throw some light on this..

Note : We are dealing with Asynchronous Message Communication.

Any help would be appreciated.

Thanks in advance

- Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

as prakash metioned we have options at the sender side in accordance to that we can pick up the messages like

EO,EOIO,BE

and even timesamp is added up to each and every msg

pls do chk this link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee7fa790-0201-0010-5aac-a0b2f0e9...

thnax

Sampath

Former Member
0 Kudos

Hi,

In the sender side we have a option using EOIO then the files will pick up sequencialy.

Under the Processing parameter tag,

Processing Sequence:

Name:

The files will pick up according to the name of the file.

Date:

The files will pick up according to the Time stamp which will presend.

If we want to process multiple messages if any queue will get failure next message will find another queue

and process with the queue.The blog will use to find the dynamic queue configuration.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5076] [original link is broken] [original link is broken] [original link is broken];

Regards,

Prakasu