So, I am running the tool for following use-cases and test setup
Memory : 50GB
CPU: 40 Vcpu
RabbitMQ version : 3.5.7
Broker and client is in different machine.
1 test fanout exchange, 1024 queue bind to test exchange, 200 publisher, publish use basic.confirm, and consumer use auto acknowledge, aslo use ha-mode exactly(1+1);
Use-case: Non persistent publisher and non-durable subscriber; Publish speed only 20msg/s.
What is the reason behind this scenario. that publish speed onlys 20 msg/s, it too low.
What is publisher speed should be in this Use-case?
Thanks.