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?

  1. Publish-Subscribe (Pub-Sub) Routing
  2. Content-Based Routing
  3. Priority Routing
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.