https://github.com/peterprospl12/mass-transit-rabbit-mq
This repository contains example implementations of messaging systems using RabbitMQ and MassTransit, completed as part of university coursework.
https://github.com/peterprospl12/mass-transit-rabbit-mq
csharp dotnet masstransit rabbitmq
Last synced: 3 months ago
JSON representation
This repository contains example implementations of messaging systems using RabbitMQ and MassTransit, completed as part of university coursework.
- Host: GitHub
- URL: https://github.com/peterprospl12/mass-transit-rabbit-mq
- Owner: peterprospl12
- License: mit
- Created: 2025-05-18T20:40:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T21:18:22.000Z (about 1 year ago)
- Last Synced: 2025-06-10T19:50:45.155Z (about 1 year ago)
- Topics: csharp, dotnet, masstransit, rabbitmq
- Language: C#
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RabbitMQ and MassTransit Implementations
This repository contains example implementations of messaging systems using RabbitMQ and MassTransit, completed as part of university coursework.
## Project Folders
Below is a list of the main project folders. Each folder contains its own `README.md` file, which provides a detailed description of the specific tasks and requirements for that part of the project.
* **`mass-transit-commands-and-advanced`**: Demonstrates advanced MassTransit features, including commands, error handling, message observers, and encrypted communication.
* **`mass-transit-publish-subscribe`**: Focuses on the publish/subscribe pattern using MassTransit, including different consumer types and message versioning.
* **`mass-transit-sagas`**: Implements a distributed order processing system using MassTransit Sagas, showcasing asynchronous communication, timeouts, and state management.
* **`rabbit-mq`**: Contains examples of basic RabbitMQ functionalities, such as senders, receivers, headers, competing consumers, acknowledgments, and the publish/subscribe pattern directly with the RabbitMQ client.
**Note:** All tasks described within each project's `README.md` have been implemented. However, please be aware that some subfolder names within these projects might not perfectly reflect their content due to the nature of the coursework assignments.