Recently I have been working a little with RabbitMQ and also learning about the new Microsoft Service Bus for Windows Server offering which is now released in beta. As part of my learning I thought it would be useful to make some notes on a comparison of the products which I have included in this article to help people position and compare the two products. Architecture Area Microsoft Service Bus RabbitMQ Concepts Namespaces Namespaces are used to create a sandbox area for messaging. Namespaces also ......
In this article we will try to talk through an implementation of the scatter gather pattern using RabbitMQ. The sample is written using .net to show how this can be achieved. Before going into the detail of the article you can see get the sample at the following location: https://s3.amazonaws.com/CS... In the sample we will use the scenario of an application which needs to request insurance quotes. Imagine a scenario where a user is using a windows application ......