Metadata-Version: 2.1
Name: CoilMQ
Version: 0.6.1
Summary: 
Simple, lightweight, and easily extensible STOMP message broker.

Home-page: http://code.google.com/p/coilmq
Author: Hans Lellelid
Author-email: hans@xmpl.org
License: Apache
Description: 
        The provided server implementation for CoilMQ uses the Python SocketServer 
        libraries; however, CoilMQ is only loosely coupled to this server 
        implementation.  It could be used with other socket implementations.
        
        The CoilMQ core classes and bundled storage implementations are built to be
        thread-safe.
        
        Changes in 0.6.1
        ----------------
        * Error with one subscriber causes topic messages not to be delivered to 
          other subscribers (issue 33).
        * Fixed error in some circumstances when clearing pending transaction 
          frames with commit/abort (issue 30).
        * Fixed incorrect default address in help (issue 29).
        
        
Keywords: stomp server broker
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: daemon
Provides-Extra: sqlalchemy
