Home »
MCQs »
Apache ActiveMQ MCQs
Which sort of routing is utilized with queues, where each message is delivered in the order it was submitted to a single consumer?
22. Which sort of routing is utilized with queues, where each message is delivered in the order it was submitted to a single consumer?
- Publish-Subscribe (Pub-Sub) Routing
- Content-Based Routing
- Priority Routing
- Point-to-Point (P2P) Routing
Answer: D) Point-to-Point (P2P) Routing
Explanation:
With queues, P2P routing is employed, in which each message is delivered to a single consumer in the order in which it was sent.