摘要: 转自:http://m.cnblogs.com/32528/1130638.html?full=1利用 MSMQ(Microsoft Message Queue),应用程序开发人员可以通过发送和接收消息方便地与应用程序进行快速可靠的通信。消息处理为您提供了有保障的消息传递和执行许多业务处理的可靠的防故障方法。MSMQ与XML Web Services和.Net Remoting一样,是一种分布式开... 阅读全文
posted @ 2010-03-23 17:43 边缘凉风 阅读(659) 评论(0) 推荐(1) 编辑
摘要: 消息队列类代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Messaging;usingSystem... 阅读全文
posted @ 2010-03-23 17:37 边缘凉风 阅读(342) 评论(0) 推荐(0) 编辑