Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hikalkan/dotnetmq
DotNetMQ: .NET Message Queue
https://github.com/hikalkan/dotnetmq
Last synced: about 2 months ago
JSON representation
DotNetMQ: .NET Message Queue
- Host: GitHub
- URL: https://github.com/hikalkan/dotnetmq
- Owner: hikalkan
- License: mit
- Created: 2014-11-01T21:31:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T14:34:35.000Z (about 5 years ago)
- Last Synced: 2024-11-10T00:51:12.594Z (2 months ago)
- Language: C#
- Size: 1.53 MB
- Stars: 193
- Watchers: 26
- Forks: 84
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet - dotnetmq - DotNetMQ is an open source Message Broker that has several features. (Libraries, Frameworks and Tools / Queue and Messaging)
README
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#.See detailed documentation:
http://www.codeproject.com/Articles/193611/DotNetMQ-A-Complete-Message-Queue-System-for-NET