Unit Testing HL7 Messages with Apache Camel
Apache Camel has an HL7 component that it is very useful when we want to route HL7 messages. In this post I will show, step by step, how to send an HL7 String message,...
Apache Camel has an HL7 component that it is very useful when we want to route HL7 messages. In this post I will show, step by step, how to send an HL7 String message,...
In the Apache Active MQ web page you can find some recommendations when unit testing JMS (ActiveMQ provides all the features from the Java Message Service specification and adds many more): Use an embedded broker to...
This is an example of an HL7 listener. This application listens for Hl7 messages in a specific IP and port and returns an HL7 ACK message. I am going to explain step by step how...
Recent Comments