Download List

Descripción del Proyecto

MQS (Minimalist Queue Services) is a minimalist
queueing system that provides 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
messages to a dedicated queue in the queue
services. This allows you to avoid direct
connection between applications and provides a
simple asynchronous communication system. It
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 queues are stored in a
database (e.g., MySQL) or in dedicated db files
(e.g. QDBM).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-14 19:43
0.0.9

Esta versión incluye la llamada mqs.SubmitMessageBulk (a presentar varios mensajes en una cola específica en una solicitud) y varias correcciones de errores.
Tags: Minor feature enhancements
This release adds the mqs.SubmitMessageBulk call (to submit multiple
messages in a specific queue in one request) and various bugfixes.

2003-10-29 22:29
0.0.8

Un error tipográfico DBI importantes y otras cuestiones han sido corregidos.
Tags: Major bugfixes
An important DBI typo and some other issues have been fixed.

2003-10-26 21:28
0.0.7

Esta versión incluye un nuevo método de almacenamiento de experimentación (QDBM), además de MySQL. Hay varios arreglos en la documentación y software, y algunas pruebas y revisiones relacionadas con la velocidad.
Tags: Major feature enhancements
This release adds a new experimental storage method (QDBM) in addition to MySQL. There are various fixes in the documentation and software, and some tests and fixes related to speed.

2003-10-16 18:22
0.0.6

Una llamada mqs.GetMessageBulk y diversas correcciones menores se agregaron.
Tags: Minor feature enhancements
A mqs.GetMessageBulk call and various minor fixes
were added.

2003-08-18 23:36
0.0.5

El manejo de errores se ha modificado para corregir XML-RPC error de manipulación, y hay algunas correcciones menores.
Tags: Minor feature enhancements
Error handling has been changed to correct XML-RPC fault handling, and there are some minor fixes.

Project Resources