From 1601291b865162e2cd7b500a7e6716e61f0ad9e8 Mon Sep 17 00:00:00 2001 From: Ali Najafizadeh Date: Tue, 22 Oct 2024 22:54:44 -0400 Subject: [PATCH] Add basic README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4765edb..86a8778 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,17 @@ # Introduction -`bus` is a high-performance, persistent message bus designed for simplicity and flexibility by utilizing best of the server sent event and golang. +`bus` is a persistent message bus designed for simplicity and flexibility. + +# Feature + +- [x] Support subject pattern matching +- [x] Support ephemeral and durable consumers +- [x] Support durable queues to distribute the queue +- [x] Support and configure time to Redelivery in case of failure +- [x] Based on Server Sent Event and Http, it can be use and integrate with many languages and support on browsers +- [x] Support Request / Response pattern +- [x] Support N number of confirm acks, for syncrhoization of data # Reference