Question

I have some technical issues working with DTC on our production env. Is it possible to use the Retries feature without using the DTC?

Was it helpful?

Solution

To disable only DTC you need to add this to your endpoint config:

Configure.Transactions.Advanced(settings => settings.DisableDistributedTransactions());

OTHER TIPS

Yes. This feature is not dependent on using DTC.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top