views:

163

answers:

1

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  A: 

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.

StevenH