Point to Point SystemMessages are persisted in a queue, but a particular message can be consumed by a maximum of one consumeronly. Once a consumer reads a message in the queue, it disappears from that queue.The typical example of this system is an Order Processing System, where each order will be processed by one OrderProcessor, but Multiple Order Processors can work as well at the same time. The following diagram depicts thestructure.