PrepAway - Latest Free Exam Questions & Answers

Which metric Should you use?

You are developing an Azure-hosted application that processes request messages for multiple office locations.
You create an Azure Service Bus topic named Requests. The topic has a maximum size of 5 gigabytes (GB)
and a default message time to live (TTL) of 5 minutes. You also create subscriptions named PriorityRequest
and StandardRequest and include appropriate logic to route the messages.
Users report that the application has not processed messages from PriorityRequest in several days.
You need to retrieve the number of messages in the PriorityRequest subscription.
Which metric Should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
Subscription Length

B.
Subscription Incoming Requests

C.
Topic Incoming Messages

D.
Topic Size

6 Comments on “Which metric Should you use?

    1. fiber says:

      For me correct answer should be to use the MessageCountDetails Class, but is not in the answers provided.

      This class contains properties that enable you to retrieve details of messages from sub-queues of primary messaging entities (queues, topics, subscriptions).

      https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.messagecountdetails?view=azure-dotnet

      https://docs.microsoft.com/en-us/azure/service-bus-messaging/message-counters




      0



      0
  1. perry230 says:

    D is NOT correct; this is the size of an queue/topic in bytes and not the number of messages.
    B and C are also not correct because these counts are time related.
    A does not exist (anymore).
    The correct answer should be Messages because it contains the count of messages in a Queue/Topic.




    0



    0

Leave a Reply