cancel
Showing results for 
Search instead for 
Did you mean: 

Using proxy communication, is there any queues?

Former Member
0 Kudos

Hi,

I am going to use proxy communication and i would like to know if there is any chance to have

queues in R/3 and in XI? I think that it will not happen as there is no adapter is that true?

Thanks

Antonis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

There are queues in xi side which we need to register in xi by using sxmb_adm

check the below thread

Queue Stucked - Exactly Once Async Abap Proxy

regards

kummari

Answers (2)

Answers (2)

Former Member
0 Kudos

If you are using proxies, you can achieve both EO and EOIO QoS. Just do a search in SDN "EOIO in client proxy". You can find code snippets in ABAP. You will have to specify a queuse name in your ABAP report that triggers the proxy at R/3.

Regards,

Jaishankar

Former Member
0 Kudos

the messages are handled by Queues

Former Member
0 Kudos

Hi

proxy communication will bypass the adapter engine

messages are processed in queues in Xi based on requirement like EO or EOIO ....

those two are different and there will not be any queues in R/3.