cancel
Showing results for 
Search instead for 
Did you mean: 

Order in message processing in XI

Former Member
0 Kudos

Hi all!!

I have a problem.

I have a client ABAP Proxy that is called from R3. If this Proxy is call in several times in a loop (30 by example), the 30 messages come to XI in the same second, and XI process them in a ramdon order, not in the sending order.

Is there any way to control this without using BPM?

Thanks and regards,

Manuel.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Since these are asynchronous messages, they will be executed in random order. One option is to try EOIO quality of service in communication channel.

Regards,

Siddhesh S.Tawate

former_member187339
Active Contributor
0 Kudos

Hi Manuel,

did you already checked this blog

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

Regards

Suraj