RabbitMQ 比 JMS 出站队列更具可扩展性吗?

发布于 2024-09-29 06:50:19 字数 93 浏览 3 评论 0原文

我想知道 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

左耳近心 2024-10-06 06:50:19

即使是单个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文