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
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
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
I have a TransactionScope (over DTC,开发者_JAVA百科 read committed) with a timeout of 60 minutes.
I\'m using a custom message that inherits the System.Servicemodel.Channels.Message. My custom message get IEnumerable collection which pulled from a database.
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
I\'m building a workflow host that will manage WorkflowApplication instances. Instances will use SqlWorkflowInst开发者_Go百科anceStore.
I am writing an NServiceBus solution and trying to use DBSubcriptionStorage. This uses NHibernate for data access and I get the following exception:
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
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