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
Explain how Application server handles the JMS Connection?
Is rabbitmq a jms?
What is jms queue?
What is the use of jms? Can we send message from one server to another server using jms?
Explain Asynchronous Message Consumption in JMS?
Detail about the features of publish model?
What is a jms listener?
What is a topic in messaging?
Wat is jms client?
What is administered objects in jms?
Explain about JMS queue?
What is asynchronous messaging?
Explain about map message?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?
Can we use jms for sending automated e-mails?