cancel
Showing results for 
Search instead for 
Did you mean: 

EOIO Service for Sender Proxy

sriram_devarapalli
Participant
0 Kudos

Hi All,

I want to set EOIO service for Sender Proxy.

since for proxy no need for sender aggrement, so i did not create it.

When i trigger the Proxy from ABAP report, the messages are going in different orderlast first and first as last, but i want the messages to go in First come First Serve order.

please suggest me.

Thanks in Advance,

Sriram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It is possible to set the EOIO for Proxy

We just have to specify the quality of service as “Exactly Once In Order” in the

message header. This is very easy to specify in the case of File, JDBC, JMS, SOAP and Mail Adapters. This is done in the sender communication channel configuration using the property “Quality of Service”. You may wonder! Why can’t we define the Quality of Service for the XI Sender adapter? The reason is that sender communication channel is not required for ABAP Proxies and even if you manage to create the XI sender communication channel, you will not find a drop down box for quality of service.

Please refer below links

XI: Reliable Messaging – EOIO in ABAP Proxies Step by Step process

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

There is a Serialization Concept-

http://help.sap.com/saphelp_nw2004s/helpdata/en/20/46e3e5975b4de49f222519dd2b7dee/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/65/40c9a4a1fa476288ac61b5fcc6bbde/frameset.htm

Hope this give some idea,

Thanks

Swarup

sriram_devarapalli
Participant
0 Kudos

Hi Swarup,

Thanks for the fast response.

Steps followed according to the blog and now it looks like working fine.

Thanks for ur response,

Sriram

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This may help you.

/people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi

Regards,

Sarvesh