A JMeter plugin to publish & consume messages from RabbitMQ or any AMQP message broker.
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.
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
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.