SPOLETO message-broker based on RabbitMQ.
The base library:
https://github.com/spoleto-software/Spoleto.MQ/tree/main/src/Spoleto.MQ.Interfaces
The library for sending messages to a queue based on RabbitMQ:
https://github.com/spoleto-software/Spoleto.MQ/tree/main/src/Spoleto.MQ.Publisher
There are two types how to send a message:
EasyRabbitPublisher
- Publish/Subscribe pattern.EasyRabbitSender
- Send/Receive pattern.
The library for receiving messages from a queue based on RabbitMQ:
https://github.com/spoleto-software/Spoleto.MQ/tree/main/src/Spoleto.MQ.Subscriber
There are two types how to receive a message:
EasyRabbitSubscriber
- Publish/Subscribe pattern.EasyRabbitReceiver
- Send/Receive pattern.