What is the maximum number of Queue bind to a single exchange in RabbitMQ
?
also what are the recommended number of messages that one exchange can handle without significant performance impact?
Asked
Active
Viewed 338 times
0

Eli Zatlawy
- 678
- 10
- 24
1 Answers
1
The RabbitMQ team provides a performance test tool you can use to determine these limits in your environment -
https://rabbitmq.github.io/rabbitmq-perf-test/stable/htmlsingle/
I know nothing about your environment or expected workload so there is no way I can give you numbers.
Benchmark it yourself!
NOTE: the RabbitMQ team monitors the rabbitmq-users
mailing list and only sometimes answers questions on StackOverflow.

Luke Bakken
- 8,993
- 2
- 20
- 33