Download List

项目描述

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

此版本增加了mqs.SubmitMessageBulk调用(提交具体的多个消息队列中的请求)和各种错误修正。
标签: 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

一个重要的DBI的错字和其他一些问题已得到修复。
标签: Major bugfixes
An important DBI typo and some other issues have been fixed.

2003-10-26 21:28
0.0.7

此版本增加了一个新的实验存储除了MySQL的方法(QDBM)。还有在各种文件和软件的补丁,以及一些相关的测试和修复的速度。
标签: 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

阿mqs.GetMessageBulk电话和各种小修复增加了。
标签: Minor feature enhancements
A mqs.GetMessageBulk call and various minor fixes
were added.

2003-08-18 23:36
0.0.5

错误处理已被更改为正确的XML - RPC的故障处理,也有一些小的修正。
标签: Minor feature enhancements
Error handling has been changed to correct XML-RPC fault handling, and there are some minor fixes.

Project Resources