cancel
Showing results for 
Search instead for 
Did you mean: 

doubt regarding quality of service

Former Member
0 Kudos

Hi

My scenario is proxy to file.

Records are going in different batches from proxy to file and file is constructed in append mode.

suppose 5 messages are there. if the second message fails will the process stops or 3rd message will be appended??

what is the default quality of service supported by reciever side

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

I think we don't have QOS For File receiver.

Please check that in u r XI.

Thanks

Former Member
0 Kudos

Ya we dont have the option.

In such a case how to make the process Exactly once in order

Former Member
0 Kudos

Hema,

thier is option to use. EOIO in File adapter use that. give the name the Queue below that. all ur message will be that queue.but reciver their will not be any QOS. you do it in the sender to see it in reciver side.

Regards

Sreeram.G.Reddy

Former Member
0 Kudos

Hema

option of QOS are only present in Sender Adapters

Vaibhav

prateek
Active Contributor
0 Kudos

I think there s some misunderstanding.

QOS r the concepts for sender only. It is decided at sender how the message is to be delivered.

See this

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/b714fe5ffc11d5b3ea0050da403d6a/frameset.htm

Regards,

Prateek

Former Member
Former Member
0 Kudos

check this

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

might be useful.

Former Member
Former Member
0 Kudos

Hi,

If it is synchronous interface then Best Effort else Exactly Once.

<b>Cheers,

*RAJ*</b>

Former Member
0 Kudos

I want it as exactly once in order, so how to do it

Former Member
0 Kudos

U have an option in the communication channel for

Best Effort (sync)

Exactly Once(async)

Exactly Once in Order(async)

Just use the last option

Vaibhav