cancel
Showing results for 
Search instead for 
Did you mean: 

QOS

Former Member
0 Kudos

Dear friends,

Kindly explain me in detail what is meant by EO , EOIO .

Renu

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

>

> Dear friends,

>

> Kindly explain me in detail what is meant by EO , EOIO .

>

>

> Renu

Hi Renu,

The sender of a message uses the attribute Quality of Service (QoS) to determine how a message is delivered. The following types of quality of service are supported:

BE (Best Effort) : The message is sent synchronously. The sender waits for a response before it continues processing.

EO (Exactly Once) : The message is sent asynchronously. The sender does not wait for a response. The Integration Engine and the Advanced Adapter Engine guarantee that the message is sent and processed exactly once.

EOIO (Exactly Once In Order) : Messages are delivered with the same queue names (supplied by the application) in the same sequence that they were sent from the sender system. Message processing is asynchronous in this case. (Interface Determination Check the Maintain Order At Runtime)

In the case of quality of service BE an error occurs if more than one receiver is determined for a message. In the case of delivery types EO and EOIO, the message is copied correspondingly and sent to the individual receivers.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Renu,

Quality of Service means which kind of service sender wants to associate with the message

EO and EOIO --> Asynchronous Calls.

EOIO --> Asynchronous with Sequential Processing Guranteed.

Thanks

Nidhi

rajasekhar_reddy14
Active Contributor
0 Kudos

SEARCH IN SDN BEFORE POSTING..

Former Member
0 Kudos

Hi Renu,

Please find the link http://help.sap.com/saphelp_470/helpdata/en/41/b714fe5ffc11d5b3ea0050da403d6a/frameset.htm

Hope this would be helpful for you.

Thanks

Uaruna