cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

asynchronous interface vs synchronous interface

GabrielSagaya
Active Contributor
0 Likes
11,480

can you explain asynchronous interface vs synchronous interface with adv & disadv.

View Entire Topic
Former Member
0 Likes

Hi Gabriel,

sumit already has explained with a very good example.

In addition to him in synchronous interface you can receive acknowledgement (quality of service BEST EFFORT) but if this comes in error then you have to send it again.

In Asynchronous interface (quality of service EXACTLY ONCE, EXACTLY ONCE IN ORDER) you can not receive acknowledge but if message comes in error then it still persissts and you can restart it again.

For example : if message is in error due to incorect payload then you can reimport correct payload then restart asynchronous message and it will be successful

hope it may clear your concept

Thanks

Sandeep

PS: if helpful plz reward points