简体   繁体   English

是否有.Net发布/订阅框架

[英]IS there a .Net Publish/Subscribe Framework

I am looking for a Publish/Subscribe framework in .net. 我正在寻找.net中的发布/订阅框架。 My goal is to have clients dynamically register/deregister to receive certain messages. 我的目标是让客户端动态注册/注销以接收某些消息。 Then a message queue processor dequeue and send appropriate messages to the clients. 然后,消息队列处理器出队,并向客户端发送适当的消息。 I would like to find something that is already built, so I don't have to build out all the system mamangement this will require. 我想找到已经构建的东西,因此不必构建所有这将需要的系统管理。 Any suggestions ? 有什么建议么 ? Blogs that would describe something like this. 博客将描述这样的事情。 Azure Appfabric might be what I am looking for, but evertyinthing I am finding is very low level. 我可能正在寻找Azure Appfabric,但是我发现的所有东西都非常低。 I am looking for a nearly complete framework. 我正在寻找一个几乎完整的框架。

查看NServiceBus (http://nservicebus.com/)

In our research project, we've recently developed a .net based, completely distributed middleware called Ella. 在我们的研究项目中,我们最近开发了一种名为Ella的基于.net的完全分布式中间件。 It performs automatic discovery in the network based on UDP broadcasts. 它基于UDP广播在网络中执行自动发现。 You can find it at http://ella.codeplex.com 您可以在http://ella.codeplex.com上找到它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM