Summary
In this chapter, we looked at where queues fit into Windows Azure, how they operate, and how to interact with queues using the REST API and a client library. Queues can be used for a large variety of asynchronous operations, passing messages between tiers of our applications. Whether we're using messages to pass information, control workflows, or a combination of the two, we can tailor our queue to bring out the best in any application with many processes across our application in the cloud.