@@ -3,18 +3,18 @@ DotNetMQ: A Complete Message Queue System for .NET
3
3
4
4
DotNetMQ is an open source Message Broker that has several features:
5
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#.
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
18
19
19
See detailed documentation:
20
20
http://www.codeproject.com/Articles/193611/DotNetMQ-A-Complete-Message-Queue-System-for-NET
0 commit comments