You are developing an Azure messaging solution.
You need to ensure that the solution that meets the following requirements:
* Provide transactional support
* Provide duplicate detection.
* Store the messages for an unlimited period of time
Which two technologies will meet the requirements? Each correct answer presents a complete solution NOTE Each correct selection is worth one point.
The Azure Service Bus Queue and Topic has duplicate detection.
Enabling duplicate detection helps keep track of the application-controlled MessageId of all messages sent into a queue or topic during a specified time window.
https://docs.microsoft.com/en-us/azure/service-bus-messaging/duplicate-detection
Currently there are no comments in this discussion, be the first to comment!