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.
我想编写使用 MSMQ 将消息发送到网络中的另一台机器的应用程序,并找到了本教程:http : //www.c-sharpcorner.com/uploadfile/6897bc/understanding-and-using-msmq/ 我尝试发送消息,我可以Queue在另一台机器上看到我的消息,我怎样才能捕捉到这个消息?
Queue
确保 MSMQ 服务正在另一台计算机上运行。此外,该服务可能会在 Windows 7 上将自身绑定到 127.0.0.1 ...您可以尝试在另一台机器上重新启动该服务...