Posted On: Apr 01, 2020
Difference between synchronous and asynchronous messages
S.No | Synchronous messages | Asynchronous messages |
---|---|---|
1 | Synchronous messages are the type of messages during which a client has to wait for the server to send a response to a particular message that is generated. | On the other hand, asynchronous messages are the types of messages where the client receives a quick response from the server. |
2 | These type of messages are generally generated from the server end. | These type of messages are generally generated when a trigger message is automatically sent to the server. |
3 | Examples of synchronous messages include telephone calls, radio communications, etc. | Examples of asynchronous messages include emails, blogs, SMS, etc. |
Never Miss an Articles from us.
ActiveMQ is an open source message broker that is basically written using Java programming language...
JMS is an acronym for Java Message Service. It is an application program interface (API) primarily produced by Sun Microsystems..
The biggest advantage of using ActiveMQ over other databases is that it is one of the most reliable open sources to communicate and transfer information between different distributed processes...