Performance comparison between ZeroMQ, RabbitMQ and Apache Qpid

后端 未结 7 1494
伪装坚强ぢ
伪装坚强ぢ 2020-12-12 09:36

I need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache Qpid. To measur

7条回答
  •  [愿得一人]
    2020-12-12 10:10

    Try to configure prefetch on sender and receptor with a value like 100. Prefetching just sender is not enough

提交回复
热议问题