InterviewSolution
Saved Bookmarks
| 1. |
What are the disadvantages of using Synchronous communication? |
|
Answer» In case of a failure, sender needs to send a message again. Receiving system should be configure to check duplicate messages. In this scenario, sender application is blocked till a response is received or a time out error occurs. You can’t configure multiple receivers. |
|