How to swap out MSMQ in NServiceBus 2.0 for a different transport technology

ぃ、小莉子 提交于 2019-12-31 07:15:11

问题


What is the correct way to swap out MSMQ transport layer to leverage another transport technology under the hood from within the NServiceBus 2.0 API?


回答1:


Andreas Ohlund (@andreasohlund) answered my question on twitter with the following:

"You should go for the NServiceBus trunk and implement IMessageQueue (see the Azure queue impl for reference)"

NServiceBus trunk (CodeBetter TeamCity)

Blog post by Andreas Ohlund on NServiceBus Azure transport layer implementation.



来源:https://stackoverflow.com/questions/3092309/how-to-swap-out-msmq-in-nservicebus-2-0-for-a-different-transport-technology

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!