[翻译]rabbitmq最佳实践_1
原文
我们已经利用RabbitMQ来完成工作有很长一段时间了,我们看到的配置错误可能比任何人都多。
我们知道如何配置以获得最佳性能以及怎样配置能取得最稳定的集群。我们将在这个系列中分享一些我们知道的RabbitMQ知识!
Some applications require really high throughput while other applications are publishing batch jobs that can be delayed for a while. The goal when designing your system should be to maximize combinations of performance and availability that make sense for your specific application. Bad architecture design decisions or client-side bugs, can damage your broker or affect your throughput.
某些应用程序需要非常高的吞吐量,而其他应用程序正在发布可能会延迟一段时间的批处理作业设计系统时的目标应该是最大限度地提高对特定应用程序有意义的性能和可用性组合。糟糕的架构设计决策或客户端错误可能会损坏您的代理或影响您的吞吐量。
#TODO