You are developing an application that will use a message-based delivery system. The solution must be able to store over 90-GB of data and provide an audit trail of all messages.Which messaging solution should you use?Select only one answer.Azure FunctionsAzure Queue StorageAzure Service Bus queuesAzure Service Bus topics
Question
You are developing an application that will use a message-based delivery system. The solution must be able to store over 90-GB of data and provide an audit trail of all messages.Which messaging solution should you use?Select only one answer.Azure FunctionsAzure Queue StorageAzure Service Bus queuesAzure Service Bus topics
Solution
You should use Azure Service Bus queues.
Here's why:
-
Azure Service Bus queues provide a robust messaging infrastructure that can handle a large volume of messages. They are designed to handle high levels of throughput, which is necessary for an application that needs to store over 90-GB of data.
-
Azure Service Bus queues also provide built-in support for message sessions, which can be used to group related messages together and process them in a specific order. This can be useful for maintaining an audit trail of all messages.
-
While Azure Functions, Azure Queue Storage, and Azure Service Bus topics all provide messaging capabilities, they do not offer the same level of throughput and message session support as Azure Service Bus queues.
Therefore, Azure Service Bus queues would be the most suitable messaging solution for your application.
Similar Questions
You are developing an application that will use a message-based delivery system. You have the following requirements:Support multiple destinations for a single message that needs queue-like behaviorStore up to 60-GB of messagesWhich messaging solution should you use?Select only one answer.Azure FunctionsAzure Queue StorageAzure Service Bus queuesAzure Service Bus queues with topics
Which Azure Storage service is used for communication between application components?File StorageBlob StorageTable StorageQueue Storage
n Azure Storage, which service facilitates communication between different components of an application?General Purpose v2 (GPv2)Blob StorageQueue StorageFile Storage (Premium)
Which Azure Storage service is suitable for storing large amounts of unstructured data?Blob StorageQueue StorageFile StorageTable Storage
Consider the following scenario: You want to store streamed data from your security cameras. Which Azure storage option would be the most suitable choice to handle this?
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.