C# Queue or ServiceBus with no dependencies?

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

    I have developed an InMemory JMS library which can be used to in testing JMS applications without really connecting to JMS providers/server (Think of hsqldb). You don't have to deal with connection or protocol or anything, all you need to do is to send and receive messages.

    https://github.com/Dhana-Krishnasamy/InMemoryJMS

提交回复
热议问题