From 6af22e215a5dc554f277a115b811fe64e82c2f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 1 Nov 2014 23:41:30 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index afddc94..17a542d 100644 --- a/README.md +++ b/README.md @@ -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