Found 7 bookmarks
Newest
KubeMQ Documentation
KubeMQ Documentation

"KubeMQ is a Cloud Native, enterprise-grade, message broker for distributed services architecture.

KubeMQ is provided as a small, lightweight Docker container, designed for any workload and architecture running in Kubernetes or any other container orchestration system which support Docker."

KubeMQ Documentation
Homepage | Celery: Distributed Task Queue
Homepage | Celery: Distributed Task Queue

"Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day."

Homepage | Celery: Distributed Task Queue
Celery - The Distributed Task Queue
Celery - The Distributed Task Queue

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently on a single or more worker servers. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

Celery is already used in production to process millions of tasks a day.

Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks.

Celery - The Distributed Task Queue
dropr™ - the message queue project for PHP
dropr™ - the message queue project for PHP

dropr is a distributed message queue framework written in PHP. The main goals are:

* reliable and durable (failsafe)-messaging over networks
* decentralized architecture without a single (point of failure) server instance
* easy to setup and use
* modularity for queue storage and message transports (currently filesystem storage and curl-upload are implemented)
dropr™ - the message queue project for PHP
Zend_Queue - Justin Plock - Zend Framework Wiki
Zend_Queue - Justin Plock - Zend Framework Wiki
Zend_Queue is a standardized interface for dealing with a variety of queuing systems. Proposed systems include: simple array access, Zend_Cache, Zend Platform Job Queue, Amazon's Simple Queue Service (SQS). It should support creating queues, determining the number of messages in a queue, retrieving messages from a queue (all or specific number), submitting messages to a queue, and removing queues.
Zend_Queue - Justin Plock - Zend Framework Wiki