Skip to content

Commit efe4aca

Browse files
authored
Update README.md
1 parent ee52a26 commit efe4aca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# CatMQ
22
CatMQ is a high-performance and reliable persistent message queue designed for efficient inter-process communication, task queuing, load balancing, and data buffering over TCP/IP.
33

4+
## Testing Status
5+
[![Regression Tests](https://github.com/NTDLS/CatMQ/actions/workflows/Regression%20Tests.yml/badge.svg)](https://github.com/NTDLS/CatMQ/actions/workflows/Regression%20Tests.yml)
6+
47
## Another Message Queue?! Why?
58
CatMQ is not “fully featured”, as in it does not natively support clustering, it is not multi-protocol (no AMQP nor MQTT), and it is not friendly to non-dot-net subscribers.
69
Ok, then what’s the deal?
710
Well, we needed a MQ that was slim, straight forward and free of fat-runtimes such as java or additional dependencies such as erlang. We went on an internet fishing expedition and came up empty.
811

912
So, we built one. __Welcome to CatMQ: a reliable yet slim message queue.__
1013

11-
1214
## Packages 📦
1315
- Server Nuget package: https://www.nuget.org/packages/NTDLS.CatMQ.Server
1416
- Client Nuget package: https://www.nuget.org/packages/NTDLS.CatMQ.Client

0 commit comments

Comments
 (0)