cancel
Showing results for 
Search instead for 
Did you mean: 

Async-Sync Bridge using RequestResponseBean & ResponseOneWayBean

Former Member
0 Kudos

Hi All

I have to expose a synchronous ABAP proxy server(CRM) to an MQ based Messaging System. My intention was to avoid BPM and use the Adapter Framework modules of the JMS sender adapter and follow the pattern below:

> RequestResponseBean

> CallSapAdapter

> ResponseOneWayBean

I have read mutliple blogs and posts and read the on-line SAP help, that all indicate this is a valid approach.

My issue is that I am potentially going adopt this design for many integration scenarios within the one client site, and I don't want to adopt it as a the standard design pattern without knowing how it works. All the documentation I have found so far indicates what to do to implement it, but it is not very clear on what each Bean does and how they work.

Does anyone have any detailed documentation on how the 'RequestResponseBean' and 'ResponseOneWayBean' work to achieve the bridge. Ie. Does the 'ResponseOneWayBean' set a listener for intercepting the response message or ???

Any direction would be greatly appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190389
Active Contributor
0 Kudos