Monthly Archives: June 2012

Sending emails using NServiceBus

Sending emails is a problem re-solved by developers every day. Not that it’s hard but as we all know connecting to smtp servers is known to not work super reliable at all times. To help out we created a NServiceBus satellite that gives you the benefits of the retries that comes with NServiceBus to make [...]

Posted in NServiceBus | Comments closed

Code for my NDC 2012 Workshop

Is now available on github https://github.com/andreasohlund/Ndc2012 For the ones that didn’t come we created a Petshop using WebApi and NServiceBus. For those that didn’t come you might be interested in yow you hookup NSB to WebApi: https://github.com/andreasohlund/Ndc2012/blob/master/Petshop.Frontend/NServiceBusDependencyResolverAdapter.cs Thanks to all that showed up!

Posted in NServiceBus, Presenting | Comments closed

Managing and monitoring of SLA’s in NServiceBus

If you’re interested in how you can manage and follow up you endpoint SLA’s using NServiceBus this screen cast will hopefully be helpfull:  

Posted in Best practices, NServiceBus | Comments closed