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-05-23 21:47 Back to release list
0.0.11

这个版本增加了虚拟队列支持QDBM和SQL存储在mqs.SubmitMessage调用。虚拟“存储”队列的队列链接提交各种队列在一个请求消息。一些轻微的修正也发了言。
标签: Minor feature enhancements
This version adds virtual queue support for QDBM and SQL storage in the mqs.SubmitMessage call. Virtual queue links "store" queues to submit messages in various queues in a single request. Some minor fixes were also made.

Project Resources