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