cancel
Showing results for 
Search instead for 
Did you mean: 

quick question about sync - sync communication

Former Member
0 Kudos

Hi All

How many receiver agrement , reciever determination do we need in sync-sync communication

let us say that a proxy send request to http and wait for the response.

in this case we need a http receiver channel but when the http sends the answer back to the waiting proxy , do we need another receiver channel and receiver agreement.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

you just need one receiver channel, one receiver agreement and one receiver determination.

Regards

Patrick

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Malu

You require one receiver agrement , one reciever determination do we need in sync-sync communication.

Let us say that a proxy send request to http and wait for the response.In ur case u need a http receiver channel but when the http sends the answer back to the waiting proxy u don't require any receiver agreement.

The response message will be as u wud have defined in ur Message interfaces ( outbound, synchronous Client Proxy and Inbound synchronous http receiver). U need to define it in the MI and also to a response mapping and in Interface mapping u wud select ur request and response with the corresponding mapping programs.

Do award points if I have answered ur query.

Adios Ravijeet

Former Member
0 Kudos

Hi All

Thanks for the good replays

I rewarded point to alle

Closing

Thanks

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi malu,

for sync - async, sync - sync, async - async escenario you just need one Receiver determination and one Interface Determination,

but if you send the same message to many receivers, so you will have one Receiver determination and many interface dfetermination(one per receiver, because you must define the mapping for each one)

now if you use a BPM for exmanple, you could define 2 Receiver determination(one for send request message to BPM and other to mapping) and just one Interface determination.

hope it helps you to solve your doubt

Thanks you

Rodrigo

Former Member
0 Kudos

Hi Malu,

You need only one sender and receiver agreement.Refer to the below links which gives details of sync communication without using BPM.Which clearly state only one receiver agreement and determination.

/people/henrique.pinto/blog/2007/08/02/syncasync-scenarios-without-bpm

These links will also help you in acheiving sync communication wothout BPM.

Please do let me know if u need furthur information.

Thanks,

Bhargav.

Note:Award Points if found useful