A goshawk-crag shop has three workers and each order must be processed by only one of them. Which Service Bus entity should the developer use?
Select an answer to reveal the explanation.
Short Explanation
One order, one winner — that is a queue. Point the three workers at a Service Bus queue and let competing consumers fight over each message.
Full Explanation
A Service Bus queue provides point-to-point delivery with competing consumers so exactly one worker processes each message under normal completion. Topics fan out to subscriptions; Event Hubs and static websites do not implement that competing-consumer queue pattern.