pmqueue
is a simple persistent message queue written in ONLY core Java (no external dependencies 😀).
- 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.
Just read the docs