Why Write a .NET API For RabbitMQ?

added by rcash
9/14/2011 11:55:15 AM

350 Views

Here is an interesting article discussing messaging protocols and how one developer is using the MVC to create a newer and more powerful API. One question I’ve been asked quite a lot, is ‘why?’. Why am I building a .NET API when one is already available; the C# AMQP client from RabbitHQ? Think of AMQP as the HTTP of messaging. It’s a relatively low-level protocol. You typically wouldn’t build a web application directly against a low-level HTTP API such as System.Net.WebRequest, instead you would use a higher level toolkit such as WCF or ASP.NET MVC. Think of EasyNetQ as the ASP.NET MVC of AMQP.


0 comments