In my latest MSDN Magazine article, I compare Windows Azure queues Vs. Service Bus queues from a developers perspective, showing how to perform the most basic operations: create a queue, send and receive messages, send authentication credentials to both services. I hope that you find it useful.
Similar Posts
MSDN Magazine – Windows 8 and Windows Azure: convergence in the cloud
I’d like to share the article that I recently wrote with my friend and colleague Bruno Terkaly for the MSDN Magazine Windows 8 special edition. We show how easy it is to write and host a REST enabled Service in Windows Azure, supporting Windows 8 applications making asynchronous calls to retrieve data. It can be…
Building Scale-Out Database Solutions on SQL Azure
Link to PDC 2010 session that shows different techniques to scale-out SQL Azure Databases, including sharding and horizontal partioning. Click here to open link…
SQL Azure Performance and Elasticity Guide
Today, my colleague Silvano Coriani pointed me to this excellent article about SQL Azure Performance and Elasticity. This is a common topic of conversation when I talk to Microsoft ISVs, and should give you a good understanding of best practices and optimization of SQL Azure databases. Click here to open link…
Building Highly Scalable Java Applications on Windows Azure
Good article on Java and Windows Azure Click here to open link…
Windows Azure Insider March 2013 – Real-World Scenarios for Node.js in Windows Azure
For the March 2013 edition of the Windows Azure Insider column in MSDN Magazine, Bruno Terkaly and I talk about node.js, the javascript server-side programming language that it’s taking the world by storm (for the right use cases). We show you how to create a basic HTTP server, as well as how to use it…
Design Patterns, Anti-Patterns and Windows Azure
Please pay special attention to this pattern to avoid: "Running legacy servers using VM Roles". Click here to open link…