Skip to content

About SMQ

David Coss edited this page Mar 20, 2014 · 3 revisions

SMQ

SMQ is a simple standalone message queue system. Messages are stored in a SQLite3 database allowing the message queue to be created without need of a server.

Requires

SMQ was developed and test with SQLite3 version 3.6.20.

The Python API was developed and tested with CPython version 2.7.2. There is a command line tool for examining a queue database. This (only the command line tool) requires pycoss.

The Java API was developed and tested with the Xerial SQLite JDBC (https://bitbucket.org/xerial/sqlite-jdbc) version 3.7.2.

Clone this wiki locally