Category: Camel/ActiveMq

Unit testing Active MQ 0

Unit testing Active MQ

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...

How to create a Camel HL7 Listener 15

How to create a Camel HL7 Listener

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...