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 |
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What is jms mq?
Name the messaging types supported by jms.
What is the functionality of a jms queue browser?
How do I use a startup class to initialize and later reference jms objects?
What is a connection factory?
What is Publish/Subscribe Messaging in JMS ?
What are the functionalities of a jms provider?
Explain about message listeners?
What is jms in java with example?
What are the various message types supported by JMS?
Is activemq a jms provider?