微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

DotNetMQ .NET消息中间件

程序名称:DotNetMQ

授权协议: LGPL

操作系统: Windows

开发语言: C#

DotNetMQ 介绍

DotNetMQ一个开源的消息中间件,主要特性:

  • 持久化和非持久化消息传输
  • Guaranteed delivery of persistent messages even in a system crash.
  • Automatic and manual routing of messages in a custom machine graph.
  • Supports multiple databases (MysqL, sqlite, and memory-based storage for Now).
  • Supports don’t store, direct send style messaging.
  • Supports Request/Reply style messaging.
  • Easy to use client library to communicate with the DotNetMQ Message broker.
  • Built-in framework to easily construct RMI services upon message queues.
  • Supports delivering messages to ASP.NET Web Services.
  • GUI-based management and monitoring tool.
  • Easy to install, manage, and use.
  • Written entirely in C# (using .NET Framework 3.5).

DotNetMQ 官网

http://www.codeproject.com/KB/library/DotNetMQ.aspx

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐