实现一个消息总线架构总线、架构、消息

由网友(柚夏)分享简介:我目前做的分析和设计,在我公司新的消息总线架构。我试图MSMQ做这样的事情在过去,它运作良好,并想再次做同样的事情,这个项目,但使用​​WCF的API,而不是使用System.Messaging的API。有没有人曾在WCF与MSMQ的经验?它是更容易使用那么System.Messaging API?什么是使用WCF在S...

我目前做的分析和设计,在我公司新的消息总线架构。我试图MSMQ做这样的事情在过去,它运作良好,并想再次做同样的事情,这个项目,但使用​​WCF的API,而不是使用System.Messaging的API。有没有人曾在WCF与MSMQ的经验?它是更容易使用那么System.Messaging API?什么是使用WCF在System.Messaging反之亦然一些好处?

I'm currently doing analysis and design for a new message bus architecture in my company. I have tried MSMQ to do something like this in the past and it works well and was thinking of doing the same thing again for this project but using WCF as the API instead of using the System.Messaging API. Has anyone had experience with MSMQ in WCF? Is it easier to use then the System.Messaging API? What would be some benefits of using WCF over System.Messaging or vice versa?

推荐答案

恕我直言,有这么多优秀的,灵活的和成熟的总线架构,从(选择NServiceBus ,地下,的犀牛服务总线),实现自己的将是一个很大的 NIH 。这不是一个简单的任务。

IMHO, with so many good, flexible and proven bus architectures to choose from (NServiceBus, Mass Transit, Rhino Service Bus), implementing your own would be a big NIH. It's not a trivial task.

乌迪把它描述得很好此消息。

阅读全文

相关推荐

最新文章