Skip to content

elimelt/pmqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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