Skip to content

Commit 6af22e2

Browse files
committed
Update README.md
1 parent e865e45 commit 6af22e2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ DotNetMQ: A Complete Message Queue System for .NET
33

44
DotNetMQ is an open source Message Broker that has several features:
55

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#.
1818

1919
See detailed documentation:
2020
http://www.codeproject.com/Articles/193611/DotNetMQ-A-Complete-Message-Queue-System-for-NET

0 commit comments

Comments
 (0)