是否有适用于 Delphi/Free Pascal 的免费 JMS 客户端?
有谁知道遵循 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个“功能较少”的解决方案是使用邮槽。
A "less functions" solution is to use mailslots.
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.