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?
A.
An Azure Queue
B.
The Azure Service Bus Queue
C.
An Azure blob storage container that has a private access policy
D.
Azure Table storage
Explanation:
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.
https://code.msdn.microsoft.com/windowsazure/service-bus-explorer-f2abca5a
agreed
https://equizzing.com/microsoft/where-should-you-retrieve-messages/