Azure / azure-service-bus

☁️ Azure Service Bus service issue tracking and samples
https://azure.microsoft.com/services/service-bus
MIT License
585 stars 781 forks source link

Distributed application framework (enhancement) #406

Closed markgossa closed 1 year ago

markgossa commented 3 years ago

Description

There are only a few messaging/distributed application frameworks out there for .NET such as NServiceBus and MassTransit however there's nothing from Microsoft in this space. Would Microsoft be interested in starting something like this?

I've created my own messaging framework here which I'm willing to donate or I can help start a new framework (with some help!). My framework (MessageBus) has already got the below features:

Let me know your thoughts.

Actual Behavior

  1. Developers have to write their own boilerplate code to listen to messages and route them to the correct message handlers which is prone to error and also it is lost time for many businesses

Expected Behavior

  1. Ability to create message handlers and just have the messages route through to the correct handlers (i.e. all the boilerplate code and abstraction is already developed and we just need to pull down a NuGet package)
EldertGrootenboer commented 1 year ago

Currently this is not something we want to pursuit. We are happy with the frameworks out there, and as MS ourselves we already have DAPR which will help our customers as well.