是否可以一起使用WF和WCF来构建消息系统?
我正在寻求构建一个消息传递基础设施,以促进我们组织中不同系统之间的通信。有很多方法可以解决这个问题。我研究过 nServiceBus 和 MassTransit。
WF/WCF 是如何融入其中的——如果有的话?如果确实如此,是否有专门针对此类解决方案的优秀文章、文档或书籍?
I am looking to build an messaging infrastructure to facilitate communications between different systems in our organization. There are many way to go about this. I have looked into nServiceBus and MassTransit.
How does WF/WCF fit into this - if at all? If it does, are there any good articles, documentation or books that focus on this type of solution specifically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本文介绍了构建分布式服务总线的设计模式。它还对如何在服务总线中使用 WCF 和工作流进行了一些有限的介绍:
http://msdn.microsoft.com/en-us/library/dd334420.aspx
作为一项跨文化的挑战,构建服务会很有趣。然而,从商业成本效益的角度来看,这可能不值得。尤其是当像 nServiceBus 这样的产品是免费的时。
除了您已经看过的内容之外,我建议您看一下 Azure .Net 服务总线:
http://www.microsoft.com/azure/servicebus.mspx
This article covers design patterns for building a distributed service bus. It also has some limited coverage of how WCF and workflow are used in a service bus:
http://msdn.microsoft.com/en-us/library/dd334420.aspx
As an interlectual challenge it would be interesting to build a services. However, from a business cost benefit perspective it is probably not worth it. Especially when products like nServiceBus are free.
In addition to what you have looked at already, I would advise you to take a look at Azure .Net Service Bus:
http://www.microsoft.com/azure/servicebus.mspx