jlavallee / JMeter-Rabbit-AMQP

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

500 timeout in AMQP Consumer #51

Open sy00 opened 6 years ago

sy00 commented 6 years ago

I am load testing using the AMQP publisher and consumer. I have two separate jmx. One is REGISTER Publisher that will publish to REGISTER QUEUE. Server backend will process the message and publish to RESPONSE QUEUE. Then REGISTER Consumer will listen to the RESPONSE Queue. However, i always encounter timeout 500 for the REGISTER Consumer when i load test. Any idea why the 500 error?

most01 commented 5 years ago

me too

nmelnic commented 3 years ago

@sy00 did you manage to resolve the above issue?