cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Receiver Channel. Unify inbound queues.

Former Member
0 Kudos

Hi gurus,

I have an scenario from SOAP to RFC.

 

As I can see, messages arrives to ECC by RFC, but from 3 different queues.

 

I have a requirement for unify this queues, because we want that messages arrive at ECC from only one queue.

Any ideas? I've checked in Receiver RFC Channel, the maximum connections is set to 10...but I think doesn´t matter for this issue.

Thanks in advance!

Accepted Solutions (0)

Answers (2)

Answers (2)

anand_shankar10
Active Participant
0 Kudos

Replace RFC by a proxy and then use XI adapter with EOIO as suggested by Michal.

Thanks

Anand

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

"in standard" you cannot work with EOIO for receiver RFC adapter (only custom solutions but don't use them) if you want to have one queue only use ABAP proxies (SOAP to ABAP proxy)

then you can use EOIO

Regards,

Michal Krawczyk

Former Member
0 Kudos

As I saw, the different queues that messages are using are: XBTO2___0000, XBTO2___0001 and XBTO2___0002.

Can I delete _0001 and _0002 in order to use only _0000?

anand_shankar10
Active Participant
0 Kudos

If you delete these queues then the messages temporarily stuck in these queues will also be deleted and you will have to track these messages to be able to resent them.

Thanks

Anand