Your subscription request has been submitted.
You will receive a notification email of new posts when they are published.
There will be an unsubscribe link in the notification emails if you wish to unsubscribe.
OK
Redirects to legacy blog post.
NetMsmqBinding only works if you have WCF on both sides of the Queue-to-Queue transfer. MsmqIntegrationBinding is targeted toward existing MSMQ applications that use COM, native C++ APIs or the types defined in the System.Messaging namespace (as stated by MSDN).
NetMsmqBinding
MsmqIntegrationBinding
System.Messaging
What I did, was add a disk at a time (one each week, and stressed it for the entire week). This way the wear on the disk should be staggered and we are less likely to have all drives fail at the same time. Once I’d physically added all disks (ended up adding 4 x WD7500AACS for now).
Anytime you find yourself looking at a class’s implementation to figure out how to use the class, you’re not programming to the interface; you’re programming through the interface to the implementation…