Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Transactions   (RSS)

How to tell if a remote MSMQ queue is transactional?

This isn't going to be easy. There are two major obstacles to cope with Private queues are, by definition, not published to Active Directory so their properties cannot be found with a simple query to directory services As a result of that, the remote
Posted by JohnBrea | 2 Comments
Filed under: ,

MSDTC and MSMQ - Brothers in Arms

I've just responded to a newsgroup poster asking how to avoid using MSDTC on a cluster. Their applications weren't using distributed transactions and they didn't want to have to provide another shared disk just for MSDTC. On a cluster, there is only one

Setting up MSMQ with multiple instances of Distributed Transaction Coordinator (DTC)

The Windows Server Core support team has produced a useful blog post that explains how to understand and implement multiple instances of MSDTC, a feature new to Windows Server 2008. How to Configure Multiple Instances of Distributed Transaction Coordinator

Remote transactional reads only work in MSMQ 4.0

Important note about performing remote transactional reads (introduced in MSMQ 4.0) - both the machine reading the queue and the machine hosting the queue have to be running MSMQ 4.0, not just the reader. 929788 Error message when you perform a transactional

How do I get transactional remote receives with MSMQ?

It is not always efficient for business reasons to implement a classic push system - "send remote, read local" - and a pull mechanism may instead be required - "send local, read remote". The downside to this has been that the "read remote" couild not
Posted by JohnBrea | 2 Comments
Filed under: ,
 
Page view tracker