on ‎2007 Dec 04 7:04 AM
can you explain asynchronous interface vs synchronous interface with adv & disadv.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.