Open brunobertechini opened 7 years ago
When enabling Outbox against SqlAzure NServiceBus shows:
[11/20/2016 16:08:49 > c40786: INFO] 2016-11-20 16:08:49.232 WARN NServiceBus.Features.DtcRunningWarning The MSDTC service is running on this machine.
[11/20/2016 16:08:49 > c40786: INFO] Because Outbox is enabled disabling MSDTC is recommended. This ensures that the Outbox behavior is working as expected and no other resources are enlisting in distributed transactions.
I'd expect no DTC enabled on SqlAzure...
The exception goes away when enabling outbox even though the warning above is still showing
See particular/NServiceBus.NHibernate#244