What is a point-to-point model?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a point-to-point model?
Rating:
A point-to-point (also known as p2p) is a Java Message Service model. It has the following characteristics:
- It allows a JMS client to send and receive messages both synchronously as well as asynchronously through virtual channels called queues.
- Each message is delivered to only one receiver.
- A queue delivers messages to consumers in the order they were placed in the queue by the message server.
Rating:
Was this information helpful?
Other articles
- What is the switch statement?
- What is LinkedList?
- What is the do-while control statement?
- What are final variables?
- What is a MIDlet?