AZ-204 · Question #428
Case Study 3 - City Power & Light Background City Power & Light company provides electrical infrastructure monitoring solutions for homes and businesses. The company is migrating solutions to Azure…
The correct answer is C. Azure Service Bus queue. As a solution architect/developer, you should consider using Service Bus queues when: Your solution needs to receive messages without having to poll the queue. With Service Bus, you can achieve it by using a long-polling receive operation using the TCP-based protocols that…
Question
Options
- AAzure Event Grid topic
- BAzure Service Bus topic
- CAzure Service Bus queue
- DAzure Storage queue
- EAzure Logic App custom connector
How the community answered
(46 responses)- A9% (4)
- B2% (1)
- C83% (38)
- D4% (2)
- E2% (1)
Explanation
As a solution architect/developer, you should consider using Service Bus queues when: Your solution needs to receive messages without having to poll the queue. With Service Bus, you can achieve it by using a long-polling receive operation using the TCP-based protocols that Service Bus supports. https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service- bus-queues-compared-contrasted
Topics
Community Discussion
No community discussion yet for this question.