amqp-bundle

Remote events through amqp


Keywords
applauncher, amqp
License
Apache-2.0
Install
pip install amqp-bundle==1.1

Documentation

Amqp bundle

Just a bundle to get an Amqp connection.

pip install amqp_bundle

and inject a connection

import inject
from kombu.connection import Connection
connection = inject.instance(Connection)

This bundle is basically a piece for other bigger bundles, like remote_event_bundle