cancel
Showing results for 
Search instead for 
Did you mean: 

QoS's for different Adapters

Former Member
0 Kudos

hi

Please help me with what type of QoS's are supported by different Adapters

like HTTP,IDOC, File, SOAP, Mail Adapter, J2EE Adapter, RFC, JDBC and etc.

Thanks

Chandra

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

Hi,

Check out this link with clear explanation:

http://help.sap.com/saphelp_nw70/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

Rdgs,

Moorthy

Former Member
0 Kudos

Hi,

For a detailed info plz check Adapter Types & Attributes

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

regards

Former Member
0 Kudos

hey

HTTP supports EOIO,EO,BE

IDOC, only EOIO and EO

File, partial BE, EOIO and EO

SOAP supports EOIO,EO,BE

Mail Adapter supports EOIO,EO,BE

J2EE Adapter there is nothing like j2ee adapter

RFC, can support EOIO,EO,BE(actually depends upon RFC type)

JDBC supports EOIO,EO,BE

Thanx

Ahmad

Message was edited by:

Ahmad

Former Member
0 Kudos

Ahmed, could you list the QOS of each adapter based on their direction:

Like JDBC sender adapter works only in EOIO and EO but not in BE mode.

JDBC receiver adapter works in all 3 modes.

Regards,

Ashish

Former Member
0 Kudos

Hey Ashish

JDBC sender does supports all three,please have a look at the following

<b>XI.QualityOfService=<QualityOfService>

Specifies how the Integration Engine should process a message. The following values are permitted:

&#9632; XI.qualityOfService=BE(Best Effort, means synchronous processing)

&#9632; XI.qualityOfService=EO(Exactly Once, means asynchronous processing with guaranteed execution exactly once)

&#9632; XI.qualityOfService=EOIO(Exactly Once in Order, means asynchronous processing using queues,</b>

source: http://help.sap.com/saphelp_nw04/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/frameset.htm

Thanx

Ahmad