如何换出MSMQ在NServiceBus 2.0不同的传输技术不同、换出、技术、NServiceBus

2023-09-03 08:11:22 作者:草莓裙摆

什么是换出MSMQ传输层从NServiceBus 2.0 API中的引擎盖下利用其他传输技术的正确方法?

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?

推荐答案

安德烈亚斯·奥朗德(@的 andreasohlund )在Twitter上与下面的回答我的问题:

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

你应该去的NServiceBus躯干和实施IMessageQueue(见的Azure队列实现了一套供参考)

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

NServiceBus干线(codeBetter的TeamCity)

在NServiceBus Azure的传输层实现博客文章由Andreas奥朗德。