You are designing a solution that will interact with non-Windows applications over unreliable network connections. You have a security token for each non-Windows application.You need to ensure that non-Windows applications retrieve messages from the solution.Where should you retrieve messages?Any Microsoft or non-Microsoft applications can use a Service Bus REST API to manage and access messaging entities over HTTPS. By using REST applications based on non-Microsoft technologies (e.g. Java, Ruby, etc.) are allowed not only to send and receive messages from the Service Bus, but also to create or delete queues, topics and subscription in a given namespace.Reference: https://code.msdn.microsoft.com/windowsazure/service-bus-explorer-f2abca5a
Question:
Where should you retrieve messages?
Options:
An Azure Queue
The Azure Service Bus Queue
An Azure blob storage container that has a private access policy
Azure Table storage
Correct Answer
The Correct Answer for this Question is
The Azure Service Bus Queue