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

mqs.SubmitMessage 전화 QDBM 및 SQL 스토리지를위한이 버전의 추가 가상 대기열을 지원합니다. 가상 대기열에 링크를 "저장"대기열 다양한 대기열에 하나의 요청 메시지를 제출합니다. 몇 가지 사소한 수정 사항도 제출했다.
Tags: 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