Now that .net core 7 supports Distributed Transactions at least for windows; how can we use this functionality in a rebus application. For example reading or updating two different databases in a handler while HandleMessagesInsideTransactionScope() is enabled.
I have tried it but got some issues.
Regards