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