InterviewSolution
| 1. |
What Is The Difference Between Windows Azure Queues And Windows Azure Service Bus Queues? |
|
Answer» Windows AZURE SUPPORTS two types of queue mechanisms: Windows Azure Queues and Service Bus Queues . Windows Azure Queues: which are part of the Windows Azure storage infrastructure, feature a simple REST-based Get/Put/Peek interface, providing reliable, PERSISTENT messaging within and between services. Service Bus Queues: are part of a broader Windows Azure messaging infrastructure that supports queuing as WELL as publish/subscribe, Web service REMOTING, and integration patterns. Windows Azure supports two types of queue mechanisms: Windows Azure Queues and Service Bus Queues . Windows Azure Queues: which are part of the Windows Azure storage infrastructure, feature a simple REST-based Get/Put/Peek interface, providing reliable, persistent messaging within and between services. Service Bus Queues: are part of a broader Windows Azure messaging infrastructure that supports queuing as well as publish/subscribe, Web service remoting, and integration patterns. |
|