this post was submitted on 05 Nov 2025
4 points (100.0% liked)

C Sharp

1745 readers
1 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 2 years ago
MODERATORS
 

cross-posted from: https://feddit.org/post/21212856

We are setting up a new project right now, where we want to implement Messaging. We usually would just add MassTransit and call it a day. Since they went commercial, we are asking ourselves the quests if there is still a need for Messaging Frameworks, or if a self written RabbitMQ implementation is good enough for most cases?

What are your opinions on that?

Are you still using a Messaging Framework, if so which one are you using and why?

Or are you just writing your own implementation with RabbitMQ, if so do you see any problems with that approach?

you are viewing a single comment's thread
view the rest of the comments
[–] Shirasho@lemmings.world 1 points 3 weeks ago

Messaging is the backbone of your application and it is important that it is properly implemented. Do NOT write your own implementation. I've worked at two places that tried and in both places they had issues with it outside of the happy path.