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 administered objects in jms?
Explain the process of Configuring Queues in Jms?
What is jms topic?
What is the best message queue?
For sending messages through JMS, what encryption options are there?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
Why jms is used in java?
How you can deliver a java message to a non-java client?
What is difference between JMS and Web Services?
What is jms protocol?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?