InterviewSolution
Saved Bookmarks
| 1. |
What Is Synchronous Messaging? Queue |
|
Answer» Synchronous messaging involves a client that WAITS for the server to respond to a message. So if one END is down the ENTIRE communication will FAIL. Synchronous messaging involves a client that waits for the server to respond to a message. So if one end is down the entire communication will fail. |
|