What is the difference between synchronous and asynchronous messages?

devquora
devquora

Posted On: Apr 01, 2020

 

Difference between synchronous and asynchronous messages

S.NoSynchronous messagesAsynchronous messages
1Synchronous 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.
2These 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.
3Examples of synchronous messages include telephone calls, radio communications, etc.Examples of asynchronous messages include emails, blogs, SMS, etc.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ActiveMQ Interview Questions

    Describe ActiveMQ

    ActiveMQ is an open source message broker that is basically written using Java programming language...

    ActiveMQ Interview Questions

    Describe JMS

    JMS is an acronym for Java Message Service. It is an application program interface (API) primarily produced by Sun Microsystems..

    ActiveMQ Interview Questions

    What are the advantages of using ActiveMQ over other databases?

    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...