Answer Posted / 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 |
Post New Answer View All Answers
How to Allowe messages to expire ?
How do I start jms server?
What is the jms client?
Give an example of using the publish/subscribe model.
What is jms (java messaging service)?
How to Configure Open JMS?
What are all the features of JMS API in J2EE platform?
Describe the concept of message driven bean clustering.
Which are the benefits of mdb (message driven beans) over standard jms consumers?
What are jms channels?
Is rabbitmq a jms?
Explain about point to point?
What is jms destination?
What is jms consumer?
What is jms server?