You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.
The text was updated successfully, but these errors were encountered: