MQS 0.0.14 review

Download
by rbytes.net on

MQS (Minimalist Queue Services) is a minimalist queueing system in Free Software

License: GPL (GNU General Public License)
File size: 30K
Developer: Alexandre Dulaunoy
0 stars award from rbytes.net

MQS (Minimalist Queue Services) is a minimalist queueing system in Free Software. The main purpose is to provide a set of basic methods in order to offer asynchronous messaging for program/application.

Applications can use this type of services in order to store and retrieve message to dedicated queue in the queue services. This permits to prevent direct connection between applications and provides a simple asynchronous communication system.

The MQS Daemon provides a simple set of XML-RPC methods for pushing and getting messages in a specific queue (so you can use the system with any application that can talk XML-RPC). The storing of the queue is in a database (e.g. MySQL, Postgresql...) or in dedicated file(s) (e.g. QDBM). QDBM is the preferred storage.

What's New in This Release:
RELEASE 0.0.14
Fixd the typo error in the Empty queue error
Updated the required package in the documentation
Changed the perl interpreter call to /bin/env perl

MQS 0.0.14 keywords