C# Queue or ServiceBus with no dependencies?

后端 未结 10 480
暗喜
暗喜 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:23

    Have you thought about using a service like IronMQ by http://Iron.io?

    You wouldn't have any dependencies, could quickly prototype apps without setting up any queue infrastructure, and it's highly available and fast.

    There is not currently a locally installable version but it's based on the upcoming OpenStack protocol so there will be.

    Btw I work for Iron.

提交回复
热议问题