aliesbelik / jmeter-amqp-plugin

A JMeter plugin to publish & consume messages from RabbitMQ or any AMQP message broker
Apache License 2.0
22 stars 22 forks source link

Target quorum queue #25

Open draco961 opened 2 years ago

draco961 commented 2 years ago

Hello,

How do you configure the AMQP publisher to target a quorum queue ?

This doesn't work (How should I do ?) :

image

d-m-wilson commented 1 year ago

I was able to work around this issue by only filling in the Exchange section, and leaving the Queue section blank. (Of course, that means you may need to bind the exchange to the queue yourself, outside of JMeter.) I realize this may not work for everyone, but I just wanted to share what I found.