Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Nov 1, 2014
1 parent e865e45 commit 6af22e2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ DotNetMQ: A Complete Message Queue System for .NET

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

Persistent or non-persistent messaging.
Guaranteed delivery of persistent messages even in a system crash.
Automatic and manual routing of messages in a custom machine graph.
Supports multiple databases (MS SQL Server, 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#.
* Persistent or non-persistent messaging.
* Guaranteed delivery of persistent messages even in a system crash.
* Automatic and manual routing of messages in a custom machine graph.
* Supports multiple databases (MS SQL Server, 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#.

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

0 comments on commit 6af22e2

Please sign in to comment.