• Stars
    star
    156
  • Rank 239,589 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 13 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

JMeter-Rabbit-AMQP

======================

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

JMeter Runtime Dependencies

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

Build dependencies are managed by Ivy. JARs should automagically be downloaded by Ivy as part of the build process.

In addition, you'll need to copy or symlink the following from JMeter's lib/ext directory:

  • ApacheJMeter_core.jar

Building

The project is built using Ant. To execute the build script, just execute: ant

Installing

To install the plugin, build the project and copy the generated JMeterAMQP.jar file from target/dist to JMeter's lib/ext/ directory.