Particular / NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET
https://particular.net/nservicebus/
Other
2.09k stars 648 forks source link

Transport feature setup #3140

Closed tmasternak closed 8 years ago

tmasternak commented 8 years ago

Currently MSMQ transport has both a transport definition and feature associated with it. This feature is enabled by default and used for doing check on queues permissions and TTBR. What happens when somebody uses transport different than MSMQ. It look that we are not disabling MSMQ feature right now and we probably should.

andreasohlund commented 8 years ago

Sync with @SzymonPobiega pretty sure he's already fixed this ccc @yvesgoeleven

SzymonPobiega commented 8 years ago

There is a PR for that: #3133. Can you give it a quick review @tmasternak ?

tmasternak commented 8 years ago

3133 solves to problem.