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

有帮助吗?

解决方案

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

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

其他提示

Yes. This feature is not dependent on using DTC.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top