Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的要求如下:
我需要将消息写入一台机器 1 上的队列,该队列应该由 MSMQ 自动路由到另一台机器 2(网络内)上的另一个队列。
这可能吗?
这可以在没有程序轮询消息的存在并以编程方式将消息移动到 machine-2 的情况下完成吗?
为了让 MSMQ 自动处理这个问题,我们需要在 machine-1 上配置什么?
请告诉我!谢谢
“1.这可能吗?” 不。
MSMQ 将消息传递到队列。而已。要将消息从一个队列路由到另一个队列,您实际上是在读取消息并将副本写入新目标。