cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy Receiver Asynchronous EOIO

Former Member
0 Kudos

Hi,

Is it possible to Guaranteeing the Sequence of Asynchronous Messages for ABAP Proxy Receiver(EOIO)?

If yes, how can I configure?

Thanks,

Kiara.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

You have to declare EOIO in sender, not in receiver.

Former Member
0 Kudos

Hi Stefan,

My scenario is JMS--> PI --> ABAP Proxy. I am currently maintaining EOIO in sender.

Do I need to maintain EOIO for ABAP Proxy Receiver as well?

Thanks,

Kiara.

stefan_grube
Active Contributor
0 Kudos

> Do I need to maintain EOIO for ABAP Proxy Receiver as well?

No. You do not need maintain EOIO in receiver, only in sender.

Former Member
0 Kudos

Hi Stefan,

Thank you.

One quick question.

In case if I use JMS>PI>RFC(Async) then also no need of maintaining EOIO for RFC Receiver Async?

On JMS sender we are maintaining EOIO.

Reason for this request is currently we are using JMS>PI>RFC Async. We are using EOIO on JMS sender, but some times sequence of messages is missing.

Can you please let us know the cause of this issue.

Thanks,

Kiara.

stefan_grube
Active Contributor
0 Kudos

> In case if I use JMS>PI>RFC(Async) then also no need of maintaining EOIO for RFC Receiver Async?

RFC adapter does not support EOIO at all.

You have to change that scenario to ABAP proxy.

Former Member
0 Kudos

Hi Stefan,

Thank You.

Thanks,

Kiara.

Answers (0)