ESB:消息队列之小试牛刀
摘要:环境要求安装MSMQ示例代码 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 using System.Messaging; 8 9 namespace MSMQStudy10 {11 class Program12 {13 static void Main(string[] args)14 {15 strin...
阅读全文
posted @ 2013-03-06 15:03