InterviewSolution
Saved Bookmarks
| 1. |
What Is Asynchronous Messaging? Queue |
|
Answer» Asynchronous messaging involves a CLIENT that does not wait for a message from the SERVER. An EVENT is USED to trigger a message from a server. So even if the client is down , the messaging will COMPLETE successfully.
Asynchronous messaging involves a client that does not wait for a message from the server. An event is used to trigger a message from a server. So even if the client is down , the messaging will complete successfully.
|
|