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 are the three parts of the message?
What are JMS Providers?
What is the difference between queue and topic ?
What is the use of ObjectMessage?
What is jms and how it works?
Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?
what is Java Message Service (JMS)?
Name the messaging types supported by jms.
How to Allowe messages to expire ?
What is the Role of the JMS Provider?
Why do the JMS dbms_aqadm.add_subscriber and dbms_aqadm.remove_subscriber calls sometimes hang when there are concurrent enqueues or dequeues happening on the same queue to which these calls are issued?
What is jms template?