cancel
Showing results for 
Search instead for 
Did you mean: 

XI - JMS EOIO service

Former Member
0 Kudos

Hi Experts,

I have a scenario proxy to JMS. Proxy will send multiple messages (say 1000 messages at a time). The message structure contain a field last_record. If this field is Y means last message. In JMS side the 3rd party will take all the message one by one and once it get the last message (means last_record = Y) it will process all 1000 messages. So I need quality of service EOIO. How can I do that in my scenario ?

Thanks

Aniruddha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aniruddha,

In this case it can be done using serialization in ABAP Code .Use  , "set_serialization_context (Queue ID)"

Check this blog :-http://scn.sap.com/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-eoio-in-abap-proxies

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anirudha,

The JMS adapter supports both EO and EOIO.

For Proxy you can go for the following link -

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/65/40c9a4a1fa476288ac61b5fcc6bbde/content.htm

Thanks,

Kalyan