RabbitMQ 比 JMS 出站队列更具可扩展性吗?
我想知道 RabbitMQ 是否比其他代理更具可扩展性? 若有,具体原因为何?如果不是,我们如何扩大规模?
我第一次使用rabbitmq和Spring框架。
I want to know whether RabbitMQ is more scalable than other brokers or not?
If yes what are the specific reasons? If not how can we scale it up?
I am using rabbitmq for the first time with Spring framework.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使是单个 RabbitMQ 代理也快得离谱。一台普通台式机每秒可以处理数万到数十万条消息。
如果事实证明一只兔子还不够,RabbitMQ 支持一种设计的轻量级集群形式特别是为了提高可扩展性。基本上,它允许您创建由许多物理代理组成的“逻辑”代理。
Even a single RabbitMQ broker is ridiculously fast. A stock desktop machine can handle tens to hundreds of thousand of messages per second.
If one rabbit turns out to not be enough, RabbitMQ supports a form of light-weight clustering that's designed specifically to improve scalability. Basically, it allows you to create "logical" brokers that are made up of many physical brokers.