serviceconnect

A simple, easy to use asynchronous messaging framework on top of RabbitMQ


License
MIT
Install
pip install serviceconnect==0.1

Documentation

Service-Connect

A simple, easy to use asynchronous messaging framework for Python. It provides a interface for using common asynchronous messaging patterns over different protocols. It currently supports AMQP and has been tested on RabbitMQ. The plan is to support more protocols in the future.

Current Features

  • Messaging Patterns
    • Point to Point (Sending commands)
    • Publish/Subscribe (Publishing events)
  • Retries
  • Auditing
  • Error handling
  • SSL Support
  • Priority Queues
  • Filters