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 meant by jms?
What is the difference between Message producer and Message consumer?
What is jms publisher?
Explain Asynchronous Message Consumption in JMS?
What is jms protocol?
What is the use of MapMessage?
What is the important part of JMS applications?
What is jms connection factory?
Why do we need jms?
What is a JMS client?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
Explain how Application server handles the JMS Connection?