Priority Queues – Interceptors
In the previous articles, I demonstrated why there is not really a need for priority queues. That is because the different messages likely need to be handled differently, both from the business- and infrastructure...
Once upon a time, I came across a question about a system that was designed according to the microservices architectural style. The question was about how to handle network requests across a scaled-out and...
Last year during Øredev I presented on how to deal with eventual consistency. Quite a few people I talk to, tell me they can’t use eventual consistency, because they can’t have people looking at...
BloggingAbout.NET as a (domain)name exists since December 14, 2004. As a community much longer, with the first article posted on October 21, 2003. It was called Wasabi back then, which brings back a lot...
In a production environment, it can be hard to diagnose logfiles and investigate if something went wrong. Especially in an asynchronous environment, where multiple threads are adding entries at the same time. It’s easy...
The first time I read about the concept of a servicebus and saw the images, I could not figure out how it was supposed to work. The abstract perspective is like any component could...
In the past we used to have monoliths. These were bad. Big balls of mud. Whenever we changed something, it was impossible to predict which part of the big ball of mud we might have...
In a presentation for Blaak Selectie and Betabit, I presented on NServiceBus Sagas yesterday. How they can help develop your (long running) business processes better and how to get rid of batch jobs as...
Just my luck, my session at NDC Oslo 2015 wasn’t recorded properly. During the session the microphone went dead and the replacement was apparently never recorded. The idea of my session was to get...
Every single time I reinstall Visual Studio I have to search for my unit test code snippet again. So for my own reference, here it is as an attachment, which you’ll have to put...
Recent Comments