Skip to content

argv0/tinymq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinymq:  a minimalist message queueing server
Copyright (c) 2009 Andy Gross <andy@andygross.org>
Licensed under the Apache License, Version 2 (see LICENSE)
---

NB:  this was a project for me to scratch my c++ itch and isn't intented
     for any sort of production use. 

tinymq is a message queueing server designed for simplicity and (eventually) 
reliability and performance.

notable features:
  - persistent mmap()-based backing store for message durability
  - no complex message format - messages are simple binary blobs
  - simple api : put(message), get(), and ack(message_id)
  - each tinymq instance manages only one queue

About

wherein andy plays with "modern c++" and boost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published