文件名称:Msmq
介绍说明--下载内容均来自于网络,请自行研究使用
介绍了MSMQ的基本编程(如存储和接收消息)和基本的管理功能(如创建和删除队列)。虽然使用.Net API来是非常方便和简单的,但是在实际的MSMQ项目中,需要了解消息队列作为架构的概念。通过使用MSMQ,系统会更加松散耦合,因此更加自治(autonomous)。需要注意的是:消息仅仅是消息,而不是内部的业务对象。因此,在设计新的分布式应用程序时,建议遵守面向服务架构(Service-Oriented Architecture)的基本思想:通过显式定义边界、创建自治服务,让MSMQ来负责交互部分。-MSMQ introduced the basic programming (such as storage and receive messages) and the basic management functions (such as the creation and deletion of the queue). Although the use of. Net API to be a very convenient and simple, but in the actual MSMQ projects, need to understand the message queue as a fr a mework for the concept. Through the use of MSMQ, the system will be more loosely coupled, so a more self-governing (autonomous). Need to pay attention to is: the news is just the news, rather than within the business object. Therefore, in the design of new distributed applications, it is recommended to comply with service-oriented architecture (Service-Oriented Architecture) the basic ideas: the adoption of an explicit definition of borders, the creation of self-government service, which will allow MSMQ to be responsible for the interactive part.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Msmq设计文档(赋源代码).doc