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 |
How do the wls jms 6.1 server/destination message maximum and threshold values work?
Explain Reliability Mechanisms in JMS?
What is the difference between JMS and RPC (Remote Procedure Call)?
Can two jms servers share the same persistent store?
Can we send message from one server to another server using jms?
Can we send e-mail messages using JMS?
Must I place all my class files in the WEB-INF folder and all JSP's outside?
0 Answers Nigerian Ports Authority,
Is rabbitmq jms compliant?
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
What is Producer and Consumer?
What is jms (java messaging service)?
What is poison messages? And how to handle poison messages?