项目作者: andres-garcia-alves

项目描述 :
A demo project of queued communications using RabbitMQ.
高级语言: C#
项目地址: git://github.com/andres-garcia-alves/demo-rabbitmq.git
创建时间: 2021-04-22T05:08:42Z
项目社区:https://github.com/andres-garcia-alves/demo-rabbitmq

开源协议:MIT License

下载


RabbitMQ Demo

A demo project of queued communications using RabbitMQ.

Setup & Requirements

Make sure to have a RabbitMQ Server running on ‘localhost’.

Open two (or more) consoles and navigate to the desired Sender/Receiver pair. Use dotnet run command on both projects.

Command Description
MESSAGE <<text to send>> Sends a text to the Receiver(s) instances.
EXIT Not sure about what this does.

Version History

v1.0 (2021.05.01) - Initial release.

This source code is licensed under MIT licence.
Please send me your feedback about this project: andres.garcia.alves@gmail.com