문제

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