测试面向消息的中间件 (MOM) 解决方案的性能和可扩展性的最佳实践是什么?

发布于 2024-12-17 07:14:54 字数 1431 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

夏末 2024-12-24 07:14:54

虽然有人可能知道一个工具来测试所有这些,但我建议您构建一个类似于您的预期用途的测试场景(消息大小、集成模式(例如,您是否需要 CBR,如果需要的话,需要什么)、所需的延迟、消息速率、目标环境等)
综合基准​​可能会产生误导,并且很可能无法代表您的使用场景

作为旁注,我想说 AMQP 的优点是它还定义了有线协议,因此如果您选择一个,您可以更改后端而不影响客户端

While someone may know a tool to test them all I'd recommend that you build a testing scenario that resembles your intended use (message sized, integration patterns (e.g. do you need CBR and if so what), required latencies, message rates, target environment etc.)
Synthetic benchmarks can be misleading and will most likely not represent your usage scenario

As a side note I'd say that AMQP has the advantage that it also defines the wire protocol so if you choose one you can change the backend without affecting the client

卖梦商人 2024-12-24 07:14:54

SPEC JMS 2007 怎么样?我认为这对你的情况非常有用:)

What about SPEC JMS 2007 ??? I think it would be quite usefull for your case :)

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