This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is a key consideration when choosing to use Service Bus queues over Storage queues?
Your solution requires the queue to provide a guaranteed first-in-first-out (FIFO) ordered delivery.
Your application must store over 80 gigabytes of messages in a queue.
You require server side logs of all of the transactions executed against your queues.
What is the main difference between Service Bus queues and topics with subscriptions?
Queues allow processing of a message by a single consumer, while topics with subscriptions provide a one-to-many form of communication.
Queues allow processing of a message by multiple consumers, while topics with subscriptions provide a one-to-one form of communication.
Topics with subscriptions allow processing of a message by a single consumer, while queues provide a one-to-many form of communication.
What is the role of the ContentType property in Service Bus message payloads?
ContentType
It encrypts the payload for secure transmission.
It determines the size of the payload.
It enables applications to describe the payload, with the suggested format for the property values being a MIME content-type description.
What is the purpose of the 'QueueClient' class in Azure Queue Storage when using .NET?
It manages the configuration files for client applications.
It retrieves and manipulates queues stored in Azure Queue Storage.
It creates and manage messages within a specific queue.
You must answer all questions before checking your work.
Was this page helpful?