brunobertechini / Abp.NServiceBus

AspNet Boilerplate with NServiceBus
MIT License
4 stars 1 forks source link

Disable DTC and Configure Outbox feature #3

Open brunobertechini opened 7 years ago

brunobertechini commented 7 years ago

See particular/NServiceBus.NHibernate#244

brunobertechini commented 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