是否有适用于 Delphi/Free Pascal 的免费 JMS 客户端?

发布于 2024-10-31 01:57:43 字数 339 浏览 5 评论 0原文

有谁知道遵循 JMS 规范的 Delphi/Free Pascal 的免费(收费)库?

我需要的是从我的 Delphi 应用程序与消息队列管理器(在我阅读的内容中被称为“代理”)进行通信。我搜索了一段时间,发现了 'Habari' JMS 客户端,它不是免费的。

我正在使用 HornetQ 代理进行消息队列管理,但是将考虑在 delphi 应用程序之间进行消息队列通信的任何其他方法。

我是这种面向消息的沟通方法的新手,因此任何更正将不胜感激。对于任何英语语法错误,我们深表歉意。

Does anyone knows a free (of charges) library for Delphi/Free Pascal that follows the JMS specification?

What I need is to communicate with a Message Queue Manager (which has been referenced as 'broker' where I've been reading) from my Delphi application. I've searched a while and what I've been founding is the 'Habari' JMS client, which it is not free.

I'm using the HornetQ broker for a message queue managing, but any other approach for message queue communication between delphi applications would be considered.

I'm new to this message-oriented communication approach, so any correction will be appreaciated. Sorry for any english grammar mistakes.

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

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

发布评论

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

评论(2

筑梦 2024-11-07 01:57:43

一个“功能较少”的解决方案是使用邮槽。

A "less functions" solution is to use mailslots.

梦里兽 2024-11-07 01:57:43

HornetQ 现在有一个 REST 客户端,因此在 Delphi 中应该可以直接进行交互。

想必,您也可以连接到 .Net 程序集?如果是这样,您可以使用 ActiveMQ 及其 .Net 客户端。他们还有一个您可以连接的 WebSocket 客户端

HornetQ now has a REST client, so that should be straightforward to interface with in Delphi.

Presumably, you can also hook into .Net assemblies ? If so, you could use ActiveMQ and their .Net Client. They also have a WebSocket client which you might be able to hook into.

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