对 ZeroMQ 感兴趣,但客户端绑定选项被证明是有限的

发布于 2024-09-30 08:58:27 字数 558 浏览 2 评论 0原文

这与我之前问过的一个问题有关,即可以使用哪种中间件来开发客户端/服务器应用程序。

在建议的选项中,我对 ZeroMQ 及其功能很感兴趣。

从早上开始,我一直在研究如何在我的应用程序中使用 ZeroMQ。但是,由于我的客户端是 Adob​​e AIR/FLEX,因此我看到使用 ZeroMQ 的曲线很陡,因为没有可用于 ActionScript 的绑定。

Google 搜索显示了一个名为 STOMP 的流行客户端,可用于在基于 Flex 的应用程序中进行消息传递,但似乎也没有任何适用于 ZeroMQ 的 STOMP 适配器。

这让我可以选择其他替代方案,例如 RabbitMQ 或 ActiveMQ(因为它们似乎都有 STOMP 适配器)作为可能的中间件选择。

开发用于 ZeroMQ 的 stomp 适配器有多难/容易?我几乎找不到任何有关编写适配器的文档。或者是否值得为 ZeroMQ 编写一个适配器,而不是专注于使用支持 STOMP 的 RabbitMQ。

最后,在客户端方面有哪些其他流行的 STOMP for Flex 替代方案,并在中间件部分利用 ZeroMQ。

谢谢 德斯

This is related to an earlier question I had asked about what sort of middleware one can use for developing a client/server app.

Among the options suggested, I was intrigued by zeroMQ and its capabilities.

Since morning, I have been researching on using zeroMQ for my application. However, since my client is a Adobe AIR/FLEX, I see a steep curve in using zeroMQ since there are no bindings available for actionscript.

Google search shows a popular client called STOMP that can be used for messaging in flex based applications but there doesn't seem to be any STOMP adapter for zeroMQ either.

This leaves me with other alternatives such as RabbitMQ or ActiveMQ (since they both seem to have STOMP adapters) as possible middleware choices.

How hard/easy it is to develop to stomp adapter for zeroMQ? I hardly found any documentation on writing an adapter. Or is it worth writing an adapter for zeroMQ than focus on, say, using RabbitMQ that supports STOMP.

Finally, what are other popular alternatives to STOMP for Flex on the client side and leverage zeroMQ on the middleware part.

Thanks
Dece

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

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

发布评论

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

评论(1

凉月流沐 2024-10-07 08:58:27

STOMP 可能是 FLEX 的唯一选择,因为它是迄今为止最简单的 MOM 协议。此外,由于它是一个如此简单的协议,我很惊讶有人还没有实现从 STOMP 到 Zeromq 的桥梁。

STOMP is probably going to be the only option from FLEX since it's by far the simplest MOM protocol available. Furthermore, since it's such a simple protocol, I'm surprised someone has not yet implemented a bridge from STOMP to zeromq.

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