We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062f88b commit ae3aabeCopy full SHA for ae3aabe
README.md
@@ -1,14 +1,7 @@
1
# pmqueue - Persistent Message Queue
2
3
-`pmqueue` is a simple persistent message queue written in **ONLY** core Java (no external dependencies 😀).
4
-
5
-## Features
6
7
-- **Persistent**: Messages are stored in a file and are not lost even if the application is restarted.
8
-- **Simple**: The API is simple and easy to use.
9
-- **Fast**: The queue is fast and can handle a large number of messages.
10
-- **Lightweight**: The library is lightweight and has no external dependencies.
+`pmqueue` is a simple persistent message queue written in Java (no dependencies).
11
12
## Usage
13
14
-Just read the [docs](https://elimelt.com/pmqueue/)
+Just read the [docs](https://elimelt.com/pmqueue/)
0 commit comments