activemq-artemis/examples/perf/jmeter
Jiri Danek 472e429540 NO-JIRA fix warnings from w3c/link-checker in docs
also update URLs and `s/http/https` in docs wherever possible
2018-01-10 13:07:40 +01:00
..
1.jms_p2p_test.jmx ARTEMIS-774 Fixed format of JMeter benchmark 2016-10-07 10:53:33 -04:00
2.pub_sub_test.jmx ARTEMIS-774 Fixed format of JMeter benchmark 2016-10-07 10:53:33 -04:00
jndi.properties adding JMeter examples 2015-10-06 22:20:38 -04:00
readme.md NO-JIRA fix warnings from w3c/link-checker in docs 2018-01-10 13:07:40 +01:00

readme.md

#Running the ActiveMQ Artemis JMeter Performance Testing Examples

##Create and run a sample broker for performance testing:

artemis create my-broker --queues exampleQueue --topics exampleTopic

my-broker/bin/artemis run

##Download and Install JMeter's latest release:

https://jmeter.apache.org/download_jmeter.cgi

##Copy artemis-jms-client dependencies under $JMETER_HOME/lib folder:

  • artemis-jms-client-all.jar

######Create a jndi.properties file with the connectionFactory:

connectionFactory.ConnectionFactory=tcp://localhost:61616

######Pack jndi.properties file into a jar file and put it under $JMETER_HOME/lib folder:

jar -cf artemis-jndi.jar jndi.properties

######Open jMeter and run the available Test Plan examples:

  • 1.jms_p2p_test.jmx
  • 2.pub_sub_test.jmx