Télécharger la liste

Description du projet

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).

Système requise

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

Cette version ajoute l'appel mqs.SubmitMessageBulk (Pour poster plusieurs messages dans une file d'attente spécifique dans une demande) et des corrections de bugs divers.
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 important typo DBI et certains autres problèmes ont été corrigés.
Tags: Major bugfixes
An important DBI typo and some other issues have been fixed.

2003-10-26 21:28
0.0.7

Cette version ajoute une nouvelle méthode de stockage de démonstration (QDBM) en plus de MySQL. Il existe diverses corrections dans la documentation et des logiciels et des tests et des corrections relatives à la vitesse.
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

Un appel mqs.GetMessageBulk et diverses corrections mineures ont été ajoutées.
Tags: Minor feature enhancements
A mqs.GetMessageBulk call and various minor fixes
were added.

2003-08-18 23:36
0.0.5

La gestion des erreurs a été corrigée dans XML-RPC traitement des défaillances, et il ya quelques corrections mineures.
Tags: Minor feature enhancements
Error handling has been changed to correct XML-RPC fault handling, and there are some minor fixes.

Project Resources