AZ-204 · Question #347
You are developing a solution that will use Azure messaging services. You need to ensure that the solution uses a publish-subscribe model and eliminates the need for constant polling. What are two…
The correct answer is A. Service Bus C. Event Grid. It is strongly recommended to use available messaging products and services that support a publish-subscribe model, rather than building your own. In Azure, consider using Service Bus or Event Grid. Other technologies that can be used for pub/sub messaging include Redis…
Question
Options
- AService Bus
- BEvent Hub
- CEvent Grid
- DQueue
How the community answered
(65 responses)- A82% (53)
- B12% (8)
- D6% (4)
Explanation
It is strongly recommended to use available messaging products and services that support a publish-subscribe model, rather than building your own. In Azure, consider using Service Bus or Event Grid. Other technologies that can be used for pub/sub messaging include Redis, RabbitMQ, and Apache Kafka. https://docs.microsoft.com/en-us/azure/architecture/patterns/publisher-subscriber
Topics
Community Discussion
No community discussion yet for this question.