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
Explain about map message?
What is the point-to-point model in jms?
What is a bytes message?
What is a topic string?
What are the components of a jms messaging application?
What is a messaging service?
What is the difference between a queue and a topic?
Which models are supported by jms? Please, explain them.
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
What is a jms server?
What is jms and how it works?
Explain the difference between topic and queue?
What is jms (java messaging service)?
What are the basic advantages of jms?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?