Monthly Archives: August 2009

Achieving consistency using NServiceBus

Inconsistency problems in your application often occur when you are using technologies that are non transactional. Sending emails using SMTP is one example where there is no “rollback” in case something goes wrong. I want to talk about how asynchronous messaging in general and NServiceBus in specific can help you solve your inconsistency problems with [...]

Posted in NServiceBus | Comments closed

>New packaging for NServiceBus 2.0

>   The packaging of NServiceBus 2.0 has been slightly changes compared to 1.9 The reason for this is that the merged NServiceBus.dll started to get to big. While we still strive to keep the number of assemblies down we decided that a split was necessary. NServiceBus 2.0 will ship the following assemblies: NServiceBus.dll Contains [...]

Posted in NServiceBus | Comments closed