Answer Posted / 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 |
Post New Answer View All Answers
Give an example of using point to point model in JMS?
What is the purpose of jms?
How to Send object as message in JMS?
How does a sender application transport/send a message through jms?
How to send xml message to jms queue using java?
Explain about publish model?
What is the publish-and-subscribe model in jms?
Can we send message from one server to another server using jms?
Is kafka a jms?
What is an object message?
Explain Asynchronous Message Consumption in JMS?
What is the functionality of jms message consumers?
What is a jms server?
What is jms module in weblogic?
How to Set message priority levels?