C# Queue or ServiceBus with no dependencies?

后端 未结 10 481
暗喜
暗喜 2021-01-31 10:54

Is there a product (ideally open source, but not necessary), that would enable a zero dependency deployment? every service bus or queue library I\'ve been able to find has a de

10条回答
  •  礼貌的吻别
    2021-01-31 11:20

    We moved our projects from MSMQ to ActiveMQ. its really better :)
    ActiveMQ is open source queue ,based on Apache web server.
    We used him in production on high frequently data workflow, where msmq have a lot of problem (we work with msmq a year)
    The csharp implementation is nms

提交回复
热议问题