/mllp-hl7

Primary LanguageJavaApache License 2.0Apache-2.0

jmeter-mllp-tcpclient

TCPClient for use in JMeter TCP sampler for sending messages over MLLP to a HL7 interface engine

Getting started

  • Clone the repo
  • Build using maven mvn install
  • Copy the resulting JAR file to JMeter lib directory cp target/mllptcpsampler-1.0-SNAPSHOT.jar <jmeter_home>/lib/mllptcpsampler-1.0-SNAPSHOT.jar
  • Start JMeter
  • Open the example testplan in JMeter or follow the paragragh below to create your own testplan

Creating a testplan

  • Create a Thread Group
  • Add a regular TCP Sampler to the Thread Group
  • Specify nl.avisi.jmeter.mllpsampler.MllpTCPClient as the TCP client classname in the TCP Sampler.
  • Enter a hostname and portnumber in the TCP Sampler, add a HL7 text message, set no delay
  • Fire away!