Skip to content

JMeter Rabbit AMQP-RPC 1.0.0

Latest
Compare
Choose a tag to compare
@gybandi gybandi released this 26 Jan 14:49
· 1 commit to master since this release

New features:

  • Added new AMQP RPC Client sampler
  • Created new specialized RabbitArgumentsPanel, which allows setting header types. Currently supported types: int, long, string, boolean
  • New RabbitArgumentsPanel used in both AMQP RPC and Publisher samplers

AMQP RPC Client sampler:
This new sampler enables using RPC style messages using the RabbitClient. Also supports Direct Reply-To style messages using the specialized reply-to header: amqp.rabbitmq.reply-to

This release consists of two files:

  • JMeterAMQP.jar - standard jar without the rabbitmq-client dependency. Use this if you already have a com.rabbitmq:amqp-client.jar in your JMeter library
  • JMeterAMQP-jar-with-dependencies.jar - fat jar, containing the com.rabbitmq:amqp-client dependency