`
jiq408694711
  • 浏览: 36628 次
  • 性别: Icon_minigender_1
  • 来自: 南京
文章分类
社区版块
存档分类
最新评论

MSMQ In WCF

 
阅读更多

推荐一篇非常好的文章:http://www.c-sharpcorner.com/uploadfile/17e8f6/msmq-in-wcf/

另外一篇非常详细的文章:http://www.cnblogs.com/artech/archive/2007/06/29/799529.html

MSDN中关于MSMQ In WCF的介绍:http://msdn.microsoft.com/en-us/library/ms789025.aspx

================================ 华丽的分割线 ================================

这里是我按照别人博客中的例子仿写的一个程序:http://pan.baidu.com/share/link?shareid=2873109474&uk=404031073

原理就是:

客户端向远端机器中指定的windows消息队列发送消息,而服务器端的wcf服务不一定要处于运行状态,等待它运行的时候,再处理该消息(远端服务/过程调用)。一句话来讲,就是异步远端wcf服务调用。

相对于ESB的消息机制来讲,结合MSMQ的WCF虽然可以异步调用,但是相对于ESB没有时间处理机制(发布订阅),没有容错机制等缺点。

分享到:
评论

相关推荐

    WCF应用实例2。供自己学习用

    7. **TestWcfApp Fault Resilience Support in Publish-Subscribe Paradigm using WCF and Socket Programming.zip**:该示例涉及错误恢复和支持发布/订阅模式,展示了WCF结合Socket编程如何实现健壮的服务。...

    WCF服务的控制台程序寄宿案例

    -- To receive exception details in faults for debugging purposes, set the value below to true. Set to false before deployment to avoid disclosing exception information --> ``` 3. **启动服务...

    XBAP中的WCF入门指南

    **XBAP中的WCF入门指南** XBAP(XAML Browser Applications)是.NET Framework 3.5...提供的资料"A-beginner-s-guide-to-WCF-in-XBAP.pdf"和"WcfFromXbap.zip"应包含更详细步骤和示例代码,有助于进一步学习和实践。

    在.NET Compact Framework中使用WCF

    1. **WCF简介**:WCF是微软的统一通信平台,用于构建SOA(Service-Oriented Architecture)服务,支持多种通信协议,如HTTP、TCP、MSMQ等,以及多种消息交换模式。 2. **.NET Compact Framework**:这是.NET ...

    WcfPlayground

    WcfQueuedService是基本的WCF服务,它公开了htt,tcp和msmq端点ServiceBusQueues解决方案是Microsoft教程的实现参考 WcfServiceWithServiceBusQueues使用IDesign Inc.通过netMessaging绑定实现了一个简单的WCF服务...

    SampleDotNetInterviewQuestionBook

    The book covers a wide range of areas in .NET technology, including versions up to .NET 3.0, AJAX/ATLAS, various aspects of management, technologies like WCF/WPF/WWF, UML, architecture, project ...

    Professional C# 4 and .NET 4

    MSMQ, directory services, peer to peer, and syndication If you want to develop intermediate or advanced C# programming skills, this book is the perfect one-stop resource. 作者简介:Christian Nagel ...

    消息传递-面向消息的中间件设计基础.ppt

    最后,我们展望未来,Indigo(后来被称为Windows Communication Foundation,WCF)是微软推出的一个集成框架,进一步简化了消息传递和服务之间的交互。它提供了更高级别的抽象,支持多种通信模式,包括基于消息的...

Global site tag (gtag.js) - Google Analytics