Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elimelt committed Nov 4, 2024
1 parent 97e9e6a commit 51018e2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 51018e2

Please sign in to comment.