cancel
Showing results for 
Search instead for 
Did you mean: 

Async/Sync without BPM

markbernabe
Active Participant
0 Kudos

Hi Experts, Just wondering if this scenario is possible? Client Proxy (Async) -> Web Service (Sync) -> Server Proxy (Async) I've read some blogs about the bridge using module processor (RequestResponseBean/ResponseOnewayBean). But usually, I only see the sender being synchronous given that Async cannot be mapped to a Sync interface.The reason behind this scenario is to take advantage of the queueing mechanism of Async and to make the scenario loosely coupled. Do we have other ways to do this without BPM and coding? Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mark

I think it's possible. You have to use request response bean in the receiver adapter.

The response bean will trigger a new interface and you have to configure one more ICO to map

that response to final async server proxy.

You have to use virtual receiver for second scenario.

markbernabe
Active Participant
0 Kudos

Thanks Indrajit!

Answers (0)