Message Queue [v0.1]

Maintainer(s): mark_s
Supported by: Community

 

The MessageQueue module provides a simple, lightweight message queueing mechanism for SilverStripe applications. It can handle simple uses such as queueing actions for long running process execution, as well as bi-directional interaction with external messaging systems such as ApacheMQ.

 

MessageQueue lets your application send messages to and receive messages from another system. This can be used by a SilverStripe application to send messages to itself asynchronously for delayed execution, or for interacting with an external system.

Currently supports two message queue implementations, an internal database message queue, or Stomp for external message queues. Multiple queues can be created using one or both message queue implementations. There are different options for how queues are cleared and how errors are handled.

Module moved to https://github.com/silverstripe-labs/silverstripe-messagequeue

Release(s)

  • Latest release

    Version: [v0.1]
    Date: 2010-04-07
    Compatible with: SilverStripe 2.4
    Download: messagequeue-v0.1.tar.gz

    Subversion access: svn://svn.silverstripe.com/silverstripe/open/modules/messagequeue/tags/0.1

  • Latest master build

    To get a preview of our next release, download the latest build of unstable git master branch here. Please be careful: this is more likely to contain bugs, especially on modules undergoing a lot of development.

    SHA hash: a3f534c02cdbc371c88ffb326c1b8e1b1ff0511a
    Build Date: 2012-12-25
    Download: silverstripe-messagequeue-master-HEAD.tar.gz

    Unstable Git access: git://github.com/silverstripe-labs/silverstripe-messagequeue.git

 
 

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.