C# 消息队列MSMQ
1.安装
2.简单使用
https://blog.csdn.net/ifumi/article/details/51932348
在开始处添加
if (!MessageQueue.Exists(msmqPath))
MessageQueue.Create(msmqPath);
3.使用实例
1.安装
2.简单使用
https://blog.csdn.net/ifumi/article/details/51932348
在开始处添加
if (!MessageQueue.Exists(msmqPath))
MessageQueue.Create(msmqPath);
3.使用实例