德尔福+消息队列
是否有任何免费的解决方案可以在 Delphi 中使用消息队列?
我只知道 Habari (不是免费的),但在互联网上找不到免费的解决方案。
关于结束我的主题的投票。 我在问一个问题,如果我需要在这里解释它是什么,可能我不知道如何回答。知道我在说什么的人可以毫无问题地回答,比如 Daniele 和 Jeroen Pluimers。
但对于那些不知道什么是 MQ 的人: 在这里您可以了解它的基础知识:http://mq.java.net/overview.html 了解它是什么后,您可以阅读有关代理的信息:ActiveMQ、HornetQ、GlassFish、RabbitMQ 等... 现在您知道,我们需要一个客户与经纪人交谈,这就是我正在寻找的客户,在这种情况下,选项之一(几个选项)是 http://www.habarisoft.com/habari_openmq.html。
塔克斯
Are there any free solutions to use Message Queueing with Delphi?
I just know about Habari (which is not free) but could not find free solutions on the internet.
About the votes to close my topic.
I'm asking a question, if I need to explain here what it is, probably I'll not know how to answer. People that know what I was talking about could answer without problems, like Daniele and Jeroen Pluimers.
But for those that don't know what is a MQ:
Here you can learn the basic of it: http://mq.java.net/overview.html
After learn what it is you can read about the brokers as: ActiveMQ, HornetQ, GlassFish, RabbitMQ etc...
And as now you know, we need a client to talk with the brokers, is this client that I'm searching for, in this case one of the options (few options) is http://www.habarisoft.com/habari_openmq.html.
Tks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在寻找免费的 WebSphere MQ 客户端,可以选择 SupportPac MQC7。如果您正在寻找其他东西,则需要更具体。
If you are looking for the free WebSphere MQ client, it's SupportPac MQC7. If you are looking for something else, you will need to be more specific.
如果 stomp 适合您,请尝试我的 stomp 客户端,网址为 www.danieleteti.it
If stomp is ok for you try my stomp client at www.danieleteti.it