Is it possible to have a distributed transaction with IBM MQ and SQL Server in .NET5?

不问归期 提交于 2021-01-29 15:47:12

问题


We are thinking of migrating from .NET Framework 4.0 to .NET 5. In our code we often get a message from an IBM MQ Queue and write it to the database in one transaction, or we read and update the database and write to an IBM MQ Queue in one transaction. The code runs on Windows Server 2012, the database is SQL Server 2016 and we have IBM Websphere version 8.0. The distributed transactions are coordinated by MSDTC. Is it possible to do the same with .NET 5? As far as I know, .NET 5 does not support distributed transactions, but may be there is a way?

来源:https://stackoverflow.com/questions/65808861/is-it-possible-to-have-a-distributed-transaction-with-ibm-mq-and-sql-server-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!