简体   繁体   English

使用MSMQ和Delphi或Builder C ++的示例?

[英]Example using MSMQ and Delphi or Builder C++?

Is there a web, blog or example talking about how to enable a listener to MSMQ with Delphi or Builder C++? 是否有网络,博客或示例讨论如何使用Delphi或Builder C ++启用MSMQ侦听器?

After few days, I have not been able to find them. 几天后,我找不到了。

I have over 2000 Builder C++ clients. 我有2000多个Builder C ++客户端。 My server runs over Windows 2012. The server needs to send messages to clients. 我的服务器在Windows 2012上运行。该服务器需要向客户端发送消息。 Each message is for a specific client, so I would not need to use the broadcast features. 每条消息都是针对特定客户端的,因此我不需要使用广播功能。 My first attempt was to using web querying from customers each 3 seconds, but it overloads the server and it seems more efficient using MSMQ and the subscriber system. 我的第一个尝试是每3秒使用一次来自客户的Web查询,但是这会使服务器超载,并且使用MSMQ和订户系统似乎更有效。 However I am new on MSMQ and I cannot find information about how to enable a listener with Delphi/Builder C++. 但是,我是MSMQ的新手,我找不到有关如何使用Delphi / Builder C ++启用侦听器的信息。

Would be enough adding a ActiveX control? 添加ActiveX控件就足够了吗?

Check these links which should provide some more information on this matter: 检查以下链接,这将提供有关此问题的更多信息:

Steps to install Microsoft Message Queuing (MSMQ) ActiveX? 安装Microsoft消息队列(MSMQ)ActiveX的步骤?

Call Delphi method from another Delphi program 从另一个Delphi程序调用Delphi方法

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM