File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ DotNetMQ: A Complete Message Queue System for .NET
2+ ========
3+
4+ DotNetMQ is an open source Message Broker that has several features:
5+
6+ Persistent or non-persistent messaging.
7+ Guaranteed delivery of persistent messages even in a system crash.
8+ Automatic and manual routing of messages in a custom machine graph.
9+ Supports multiple databases (MS SQL Server, MySQL, SQLite, and memory-based storage for now).
10+ Supports don't store, direct send style messaging.
11+ Supports Request/Reply style messaging.
12+ Easy to use client library to communicate with the DotNetMQ Message Broker.
13+ Built-in framework to easily construct RMI services upon message queues.
14+ Supports delivering messages to ASP.NET Web Services.
15+ GUI-based management and monitoring tool.
16+ Easy to install, manage, and use.
17+ Written entirely in C#.
18+
19+ See detailed documentation:
20+ http://www.codeproject.com/Articles/193611/DotNetMQ-A-Complete-Message-Queue-System-for-NET
You can’t perform that action at this time.
0 commit comments