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 |
Explain about message listeners?
How to Configure Open JMS?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
Explain about point to point?
Give an example of using the publish/subscribe model.
Does kafka support jms?
What is the difference between an sms and text message?
What is jms queue?
can we implement synchronization for handling multiple messages receieving through Mdb on message
What is administered objects in jms?
What is a jms connection?
What is the difference between a queue and a topic?