From 51018e2c4c01ec908b706780564ffcd6f673598b Mon Sep 17 00:00:00 2001 From: Elijah Melton Date: Sun, 3 Nov 2024 18:43:13 -0800 Subject: [PATCH] readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..90e9435 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# pmqueue - Persistent Message Queue + +`pmqueue` is a simple persistent message queue written in **ONLY** core Java (no external dependencies 😀). + +## Features + +- **Persistent**: Messages are stored in a file and are not lost even if the application is restarted. +- **Simple**: The API is simple and easy to use. +- **Fast**: The queue is fast and can handle a large number of messages. +- **Lightweight**: The library is lightweight and has no external dependencies. + +## Usage + +Just read the [docs](https://elimelt.com/pmqueue/) \ No newline at end of file