What are the types of messaging?
Answer / maanya shree
There are two TYPES of Messaging.
Synchronous Messaging: Synchronous messaging involves a client that waits for the server to respond to a message.
Example : Call to database and got data
Asynchronous Messaging: 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
What Is Messaging?
Can we send e-mail messages using JMS?
Explain JMS and its Component?
What is Connection factory?
Describe the concept of message driven bean clustering.
Is activemq a jms provider?
What are the different places where you can use the JMS API?
What are the types of communication provided by jms?
What is a remote jms provider?
Is kafka a jms?
What type of messaging is provided by JMS?
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?