Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mplacona/rabbitmq-integration
- Owner: mplacona
- Created: 2012-07-20T14:57:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-20T15:19:58.000Z (over 12 years ago)
- Last Synced: 2024-04-14T15:01:27.524Z (7 months ago)
- Language: C#
- Size: 98.6 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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