Top

How to work with RabbitMQ in C#

August 31, 2017

Via: InfoWorld

RabbitMQ is an increasingly popular open source, fast message broker written using Erlang and built on the Open Telecom Platform framework. It implements the Advanced Message Queuing Protocol (AMQP) for exchanging data between processes, applications, and servers. It’s particularly enticing because it is extensible via plug-in support, supports many protocols, and offers high performance, reliability, clustering, and highly available queues.

You can create queues in RabbitMQ by writing code, via the administration user interface, or through PowerShell.

Read More on InfoWorld