Multiple choice technology

Point to point messaging models uses queues for transporting messages.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Point-to-point messaging models in JMS use queues as the fundamental transport mechanism. In this pattern, producers send messages to a queue, and consumers receive from that queue. The queue ensures message delivery and persistence.