Building an HL7 MLLP Receiver with Springboot, Camel and HAPI

In this post we are going to outline the code snippets you require to build an HL7 MLLP receiver with Springboot, Camel and HAPI.  The Minimum Lower Layer Protocol (MLLP) is a low level TCP protocol that has traditionally been used to transit HL7 messages over networks.  For those not familiar with HL7, the [...]