用于自定义消息传递协议的消息代理?

发布于 2024-12-22 15:06:33 字数 1537 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

月亮坠入山谷 2024-12-29 15:06:33

我们一直在使用 ActiveMQ 消息代理来实现多个 .Net 和 Java 应用程序之间的集成点。 ActiveMQ 建立在 JMS(Java 消息服务)规范之上,并提供了一组可在不同开发环境中使用的 API 和库(ApacheNMS for .Net)

JMS 标准允许任何应用程序/设备通过提供的 API 成为订阅者或发布者,因此无论您的软件是用什么构建的,都可以通过调用指定的 API 从代理发送/接收消息。

AMQ 是一个开源项目,因此它是免费的。它有一个活跃的开发社区,往往对用户的反应非常敏感。

我们花了一些时间来按照我们的意愿配置 AMQ,现在我们成功运行了经过测试的主从代理配置,并确保在一个代理出现故障时能够进行正确的故障转移。这保证了对我们的业务至关重要的高可用性。

We've been using ActiveMQ message broker to implement integration point between multiple .Net and Java apps. ActiveMQ is built upon JMS (Java Message Service) specification and provides a set of APIs and libraries to be used in different development environments (ApacheNMS for .Net)

JMS standard allows any application/device to be a subscriber or publisher via provided API, so no matter what your software is built with it can send/receive messages from the broker by calling the specified API.

AMQ is an open source project, therefore it is free. It has an active development community that tends to be quite responsive to their users.

We've spent some time to get AMQ configured as we wished and now we successfully run master-slave broker configuration that was tested and ensures the proper failover if one broker goes down. This guarantees high availability that is essential for our business.

长亭外,古道边 2024-12-29 15:06:33

IBM Integration Bus 将完成这一切。

IBM Integration Bus will do all of this.

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