Home »
MCQs »
Apache ActiveMQ MCQs
Which type of routing is utilized with topics, where each message is given to all subscribers?
25. Which type of routing is utilized with topics, where each message is given to all subscribers?
- Publish-Subscribe (Pub-Sub) Routing
- Content-Based Routing
- Priority Routing
- Point-to-Point (P2P) Routing
Answer: A) Publish-Subscribe (Pub-Sub) Routing
Explanation:
Topics employ pub-sub routing, where each message is distributed to all subscribers.