Various topics from software architecture part 1: the RequestResponse messaging pattern
June 15, 2015 3 Comments
Introduction
In this series we’ll look at a couple of topics from the world of software architecture. If you have read other architecture-related series on this blog then some of them will be familiar to you by now.
I’m planning to write an updated series dedicated to Domain Driven Design during/after the summer of 2015. I don’t want to rewrite everything that’s been said in the original series. Therefore I decided to factor some major chunks out into separate posts for easier reference. Most of them appear within the series but are “hidden”, meaning it’s difficult to just refer to them separately.
We’ll start by looking at a simple pattern used in messaging, called RequestResponse.
The RequestResponse