======================
A JMeter plugin to publish & consume messages from RabbitMQ or any AMQP message broker.
Prior to building or installing this JMeter plugin, ensure that the RabbitMQ client library (amqp-client-3.x.x.jar) is installed in JMeter's lib/ directory.
Build dependencies are managed by Maven. JARs should automagically be downloaded by Maven as part of the build process.
The project is built using Maven. To execute the build script, just execute: mvn clean compile assembly:single
To install the plugin, build the project and copy the generated jmeter-rabbit-amqp-1.0.0-jar-with-dependencies.jar file from target to JMeter's lib/ext/ directory.