Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 971 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 971 Bytes

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!