Reputation: 145
I try to measure the performance of different publish/subscribe systems, (rabbitMQ, apache kafka, pushpin,faye). In the first cycle, I try to measure the performance for 1000 requests with concurrency = 200. In the second cycle, I measure the performance for 10000 requests with concurrency = 200. However, I see that the throughput for the 2 measures do not change but it is stable in every pub/sub system.
For example, the throughput at rabbitMQ is:
Can you explain me why this is happens?
Upvotes: 0
Views: 58