Metadata-Version: 1.0
Name: affinitic.zamqp
Version: 0.6
Summary: AMQP Consumer and publisher integration with Zope
Home-page: http://bitbucket.org/jfroche/affinitic.zamqp
Author: Jean-Francois Roche
Author-email: jfroche@affinitic.be
License: ZPL
Description: This package defines basic components of a Messaging Gateway integrated inside Zope using AMQP.
        
        Zope Component Architecture (ZCA) is about loosely coupled design in an Application.
        AMQP is about loosely coupled communication between Applications. This package tries to join the two.
        
        * Documentation: http://docs.affinitic.be/affinitic.zamqp
        * Code Repository: http://bitbucket.org/jfroche/affinitic.zamqp
        * Buildbot: http://buildbot.affinitic.be/builders/affinitic.zamqp%20linux_debian/
        * Test Coverage: http://coverage.affinitic.be/affinitic.zamqp/affinitic.zamqp.html
        
        Changelog
        =========
        
        0.6 (2011-06-14)
        ----------------
        
        - Nothing changed yet.
        
        
        0.5 (2011-06-09)
        ----------------
        
        - Also compatible with Zope 2.10/2.11
        
        
        0.4 (2011-06-09)
        ----------------
        
        - Change transactionmanager order to be the very last one
        
        
        0.3 (2011-02-22)
        ----------------
        
        - Fix for Zope 2.13
        
        
        0.2 (2010-10-19)
        ----------------
        
        - Abort transaction correctly on error - send error to utility if available
        
        - Add multithreaded consumer (default to 1)
        
        
        0.1 (2010-03-20)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Programming Language :: Python
