简体   繁体   English

使用MSMQ将消息发送到本地网络上的另一台计算机

[英]Send message to another machine on local network using MSMQ

我想编写应用程序,使用MSMQ将消息发送到网络中的另一台机器,并找到本教程: http ://www.c-sharpcorner.com/uploadfile/6897bc/understanding-and-using-msmq/我尝试发送信息消息,我可以在Queue看到我的消息,但从另一台机器我怎么能收到这条消息?

Make sure MSMQ service is running on the other machine. 确保MSMQ服务正在另一台计算机上运行。 Also, the service might bind itself to 127.0.0.1 on windows 7... You may just try to restart the service on the other machine... 此外,该服务可能会绑定到Windows 7上的127.0.0.1 ...您可能只是尝试在其他计算机上重新启动该服务...

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

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