jlavallee / JMeter-Rabbit-AMQP

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

Does not work for dynamic work queues #27

Open sdas191 opened 8 years ago

sdas191 commented 8 years ago

The AMQP consumer is reusing the same queue/exchange values for every subsequent sampler execution. This does not work for use-cases which have a dynamic work-queue to pull the mq-message from.

jlavallee commented 8 years ago

Pull requests welcome :)

the-nicolas commented 8 years ago

Has anyone found some fix for that - or is there some other fork?

Even the example RPC_Load_Test from the repo is not working with some normal "RPC-Echo server".

In every new iteration the message is send with the correct "reply_to" header set, but the consumer is not consuming from that new random queue. In Rabbit-Web you also see, that just one random-return queue is created and it never changes.

the-nicolas commented 8 years ago

Have a nice solution for RPC testing now #31

arijitchanda commented 7 years ago

Hi, has any one used it to connect to azure iot hub. please let me know how to connect it to azure, i already tried for rabitmq.