I am using Hangfire 1.6.5 with SQl Serve and MSMQ with DTC transactions (in order to use remote MSMQ). Will DTC transaction effect database transaction log?
I am running jobs with massive bulk inserts so I don’t want any transaction around it. Is DTC transaction propagated to SQL transaction?
MSMQ DTC transaction is suppressed just before performing a background job. I don’t like MSDTC too
1 Like