类似于 Apache Camel 的 C# 消息传递实现
有谁知道他们是一个开源还是闭源的 C# 消息传递框架,可能基于 wcf,本质上与 Apache Cambel 类似。
我喜欢 Camel,因为它基于 Gregor Hohpe 和 Bobby Woolf 的企业集成模式实现了一个很好的轻量级现代消息传递框架。几乎我的产品所需的一切,许多不同类型的路由等。确实有很多好处。
我在使用 WCF 时遇到的问题非常细粒度,而这个小框架拥有我发送消息包所需的一切,有一个很好的 dsl,部分基于 xpath 谓词,而且它非常适合。如果他们是这本书的某种 wcf 实现,也许是用 c# 实现的,那就太酷了,但我找不到任何合适的东西。
我不知道我是否想走混合编程道路,尽管我想你可以实现一个直接的 Camel I/O 接口,比如通过 Web 服务。
任何想法。 鲍勃.
Does anybody know if their is a open or even closed source c# messaging framework, perhaps based on wcf, which is similar in nature to Apache Cambel.
I like Camel as it implemented a nice lightweight modern messageing framework based on the Enterprise Integration patterns by Gregor Hohpe and Bobby Woolf. Pretty much everything I need for my product, many different types of routing, etc. Plenty of goodness really.
The problem I have with using WCF is so granular, whereas this wee framework has everything I need to message packets, has a nice dsl, partly based on xpath predicates, and it's a perfect fit. It would be cool if their was some kind of wcf implementation of the book, perhaps in c# but I can't find anything suitable.
I don't know if I want to go down a mixed programming path at the mo, although I suppose you could implement a straight i/o interface to Camel, say via web services.
Any ideas.
Bob.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否是您要找的,但您可能想查看公共交通。我没有这方面的经验;刚刚在播客上听说过。
Not sure if this is what you're looking for, but you might want to check out Mass Transit. I have no experience with it; just heard about it on a podcast.