Monthly Archives: May 2012

Sagas and autocorrelation

Sagas often plays the role of coordinator, especially when used in integration scenarios. In essence this mean that the saga decides what to do next and then asks some one else to do it. This allows you to keep your sagas free from interacting with no transactional things like file systems, rest services, etc. The type of communication pattern [...]

Posted in Best practices, In depth, NServiceBus | Comments closed

Introducing the NServiceBus Second Level Retries

In the latest release of NServiceBus (3.2) we have introduced the concept of Second Level Retries (SLR). We’ve always had retries in NServiceBus but those retries  where aimed at transient errors like deadlocks and therefor performed instantly. Other more transient errors where just forwarded to a central error queue where they would be managed by [...]

Posted in NServiceBus | Comments closed