我有一个程序,它目前抛出的MSMQ事务还没有启动。如果使用此事务发送而没有任何警告或异常!异常,MSQM将向死信队列中抛出消息。我不知道我做错了什么,所以是否存在调试/记录消息队列事务的当前状态?DoSomething(); // may have problem here
using (var scope = new TransactionScope(TransactionScopeOption.Required, new TransactionOptions { IsolationLevel = IsolationLevel.ReadCommitted, Timeo