Pregunta

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

¿Fue útil?

Solución

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

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

Otros consejos

Yes. This feature is not dependent on using DTC.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top