I'm new to JMeter and trying to send HL7 messages to test performance of application. Unfortunately i didn't find much information over the internet.
My first query is — is JMeter support HL7 messages to be send. If yes then do I need any plugin for it?
I am using TCP sampler
for sending messages, is this a correct way?
Use this JMeter TCPClient plugin for TCP sampler for sending messages over MLLP to a HL7 interface engine.
mvn install
<jmeter_home>/lib/
nl.avisi.jmeter.mllpsampler.MllpTCPClient
as the TCP client classname
in the TCP Sampler
.hostname
and portnumber
in the TCP Sampler
, add a HL7
text message, set no delayAlso, check this article to get more information about:
Performance testing of Health Care Applications