Replies: 2 comments 6 replies
-
Check out the setup we had for the tests: https://github.com/rabbitmq/mqtt-testing/tree/main/many-conn |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @mkuratczyk, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Data-flow overview: Mobile application (millions of users) publish click stream events data to our RabbitMQ cluster (behind a AWS network load balancer) with MQTT protocol. We have a cluster of RabbitMQ with 13 nodes (c7.4xlarge). From AMQP topic, data is moved to a random exchange which distributes data to 13 different quorum queues. And from these 13 quorum queues, an application consume data with AMQP 0-9-1 protocol.
Problem: We are load testing our infrastructure with a distributed JMeter as of now. But with all the setup we are stuck at around 129K concurrent connections, although we have configured 250K concurrent connections in JMeter.
What we have already checked:
Beta Was this translation helpful? Give feedback.
All reactions