|
Project Information
Featured
Downloads
Links
|
CoilMQ is a simple, configurable STOMP message broker (aka STOMP server) written in Python. This project is inspired by the simple design of the Ruby stompserver project by Patrick Hurley and Lionel Bouton. The goal of this project is to provide a well-tested and well-documented Python implementation with a good set of built-in functionality and numerous paths for extensibility. Now!shell$ easy_install CoilMQ shell$ coilmq -b 0.0.0.0 -p 61613 Jump over to Getting Started Guide for the slightly longer version. Status and GoalsThe project is currently in beta state and the tip branch in repository should always be considered unstable. Milestones (of varying levels of stability) will be signified by releases. At a high-level, this project aims to:
Note that as of 3/31/2011 there is a version 1.1 of the STOMP protocol. Currently this is not supported by CoilMQ; however, this seems like a good thing to add to the roadmap. Take a look at the Roadmap for more details. |