InterviewSolution
Saved Bookmarks
| 1. |
What are the benefits of using Synchronous communication? |
|
Answer» There is no need to configure response message routing. There is no need to correlate response to a request. In this communication, response is received immediately. |
|