cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous vs asynchrnous scenerio

Former Member
0 Kudos

hi guruz,

when we define the mssg types ,we have scenerios category /types,rite .

when we say inbound /asynchronous, and when we say outbound/synchronous .what does it mean ?

pls guid me.

warm regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Pawan,

Asynchronous means only a msg needs to be sent by XI and no response is required for it..........

Synchronous means a request msg needs to be sent by XI and a response msg for it is required..........

Inbound means msg going out of XI to some other system

Outbound means msg coming into XI from some other system.

Regards,

Rajeev Gupta

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks for ur guidence

Former Member
0 Kudos

Hi..

Synchronous - It has both Request & Reponse

we couldn't process more than one message at a time

Asynchronous - one way communication

We couldn't wait for any acknowledgement..

when we say inbound /asynchronous, and when we say outbound/synchronous .what does it mean ?

Coverting the Async to Sync to Asyn ..this can done using BPM in XI...

Refer this blog..

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Might help you to understand better..

Regards,

vasanth

Edited by: Vasanth Kumar.S on Mar 26, 2008 2:10 PM

Former Member
0 Kudos

Hello Pawan,

Inbound and Outbound defines the message flow in XI.

Inbound : A message which goes out of XI (i.e Target Message)

Outbound: A messages which comes in to XI (i.e Source Message)

Synchronous: Its one way communciation i.e sender --> Receiver.

Asynchronous: Its a two way communication, Its a request response model.

request

Sender----


>Receiver

<-------

response

Thanks,

Kiran

GabrielSagaya
Active Contributor
0 Kudos