How to swap out MSMQ in NServiceBus 2.0 for a different transport technology
What is the correct way to swap out MSMQ transport layer to leverage another transport开发者_C百科 technology under the hood from within the NServiceBus 2.0 API?
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.
精彩评论