https://confluence.simplprogramme.eu/display/SIMPL/Annex+6+-+Architecture+building+blocks
The messaging busses mediate the message exchange between different systems via
a shared set of interfaces (message bus). The sender may publish messages on a queue,
which will be transferred to the subscribing receiver(s). Apache Kafka is a relevant
solution that specifically implements a messaging system as described