/jmeter-AMQP-plugin

A JMeter plugin to publish & consume messages from RabbitMQ or any AMQP message broker

Primary LanguageJavaApache License 2.0Apache-2.0

JMeter AMQP Plugin

License Issues Downloads Release

A JMeter plugin to publish & consume messages from RabbitMQ or any AMQP message broker.

1.1. Installation

All releases and their changelog can be found under releases.

All releases released as Development Build are considered pre releases and are considered unstable.

Releases tagged with a v* version are the ones for which bugs are fixed with higher priority.

In order to use the jar file as JMeter Plugin you have to add to JMeter ${JMETER_HOME}/lib folder the following artifacts:

  • the release got from releases as mentioned above
  • AMQP client library

Once done so, you will find two new sampler in JMeter called AMQPConsumer and AMQPPublisher, then you can start using them as usual.

1.2. Build

Build and Dev dependencies are managed via Maven.

In order to build the artifacts locally, just issue from the root folder of the project

mvn clean package

1.3. Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

1.4. License

Apache 2.0