danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.39k stars 1.2k forks source link

Add masstransit queue provider #1307

Open HamidRezaAshkiyan opened 1 month ago

HamidRezaAshkiyan commented 1 month ago

Is your feature request related to a problem? Please describe. When I was using the RabbitMQ provider library has provided for me. I've seen the problem that i have almost no control over things like queue type and queue names.

Describe the solution you'd like I do believe that if we add masstransit as a queue provider to this library it can replace almost all previous providers with much more control. This way anyone can configure to use masstransit to use Aws, Rabbit or any provider supported by masstransit.