Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mplacona/rabbitmq-integration

Integration between C# and RabbitMQ for a Sender and Consumer
https://github.com/mplacona/rabbitmq-integration

Last synced: 7 days ago
JSON representation

Integration between C# and RabbitMQ for a Sender and Consumer

Awesome Lists containing this project

README

        

C# RabbitMQ Integration
=======================

This is an example of integration between C# and [RabbitMQ](http://www.rabbitmq.com "RabbitMQ").

- The **Receive Project** listens to messages
- The **Send Project** will send messages
- The **ReceiverService** is the same as the **Receive Project**, but will run as a windows service