AZ-305 · Question #28
You have an Azure subscription that contains two applications named App1 and App2. App1 is a sales processing application. When a transaction in App1 requires shipping, a message is added to an…
The correct answer is D. one Azure Service Bus topic. A queue allows processing of a message by a single consumer. In contrast to queues, topics and subscriptions provide a one-to-many form of communication in a publish and subscribe pattern. It's useful for scaling to large numbers of recipients. Each published message is made…
Question
Options
- Aone Azure Data Factory pipeline
- Bmultiple storage account queues
- Cone Azure Service Bus queue
- Done Azure Service Bus topic
How the community answered
(63 responses)- A16% (10)
- B5% (3)
- C6% (4)
- D73% (46)
Explanation
A queue allows processing of a message by a single consumer. In contrast to queues, topics and subscriptions provide a one-to-many form of communication in a publish and subscribe pattern. It's useful for scaling to large numbers of recipients. Each published message is made available to each subscription registered with the topic. Publisher sends a message to a topic and one or more subscribers receive a copy of the message, depending on filter rules set on these https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-queues-topics-
Community Discussion
No community discussion yet for this question.