msdtc
MSMQ messages bound for clustered MSMQ instance get stuck in outgoing queues
We have clustered MSMQ for a set of NServiceBus services, and everything runs great until it doesn\'t.Outgoing queues on one server start filling up开发者_高级运维, and pretty soon the whole system is[详细]
2023-01-19 11:31 分类:问答NServiceBus - I want AsA_Server config, but not participate in MSDTC transaction
I have a service in which I don\'t want to messages to purged from its input queue when the service starts up and I don\'t want it to participate in an MSDTC transaction.I\'m configuring it\'s endpoin[详细]
2023-01-19 07:02 分类:问答transaction problem with entity framework 4
I\'m trying to implement a transaction with entity framework 4.From what I\'ve read, the code below is correct.The SaveChanges works fine but as soon as I hit the first ExecuteFunction call I get the[详细]
2023-01-18 05:47 分类:问答SqlConnection and TransactionScope Timeout
I have a TransactionScope (over DTC,开发者_JAVA百科 read committed) with a timeout of 60 minutes.[详细]
2023-01-17 01:11 分类:问答WCF Custom Message Writing With Transaction Support
I\'m using a custom message that inherits the System.Servicemodel.Channels.Message. My custom message get IEnumerable collection which pulled from a database.[详细]
2023-01-13 15:05 分类:问答Simple Transactions
I have 2 linq 2 SQL statements I\'d like to be in a transaction (the SQL server is remote, outside firewalls etc) all other communication works but when I wrap these 2 statements in a TransactionScope[详细]
2023-01-12 03:45 分类:问答WF4: Persistance and DTC
I\'m building a workflow host that will manage WorkflowApplication instances. Instances will use SqlWorkflowInst开发者_Go百科anceStore.[详细]
2023-01-12 00:19 分类:问答Do I need MSDTC for NServiceBus / NHibernate?
I am writing an NServiceBus solution and trying to use DBSubcriptionStorage. This uses NHibernate for data access and I get the following exception:[详细]
2023-01-11 09:39 分类:问答Why is MSDTC not supported when using SQL Server Mirroring & Automatic Failover?
I have an application that I would like to have support SQL Server Mirroring.However, the architecture is currently such that multiple WCF services and DB connections will be enlisted in a single MSDT[详细]
2023-01-07 12:44 分类:问答MSSQL2008: DTC Transaction - Internal abort
I write a small own replication - a trigger which fires an DTC INSERT to another server (one reason for my own \"replication\": while trigger is running it calculates some data, another: it works from[详细]
2023-01-04 06:39 分类:问答