質問

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