A simple message bus for python 3+
Project description
SimpleBus is a messaging library for Python 3. It has been designed to be simple and easy to use. SimpleBus is still under heavy development so next versions might break compatibility.
Features
Auto recovery whether connection is dropped.
Multiple transports, amqp implemented so far.
Channel pooling for amqp transport.
Retry logic for all messages received, it supports delay between retries.
Concurrent threads receiving messages from a specified queue.
Dead letter, messages that fail all retires are send to an dead letter queue.
Custom serialization, json and msgpack implemented so far.
Message compression, gzip implemented so far.
… more coming
Documentation
Soon… take a look at the examples to see how it works.
Installation
You can install SimpleBus via Python Package Index (PyPi),:
$ pip install simplebus
To use AMQP transport you need to install the amqp-storm library,:
$ pip install amqp-storm
Feedback
Please use the Issues for feature requests and troubleshooting usage.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file simplebus-1.0.1.tar.gz
.
File metadata
- Download URL: simplebus-1.0.1.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d67a25f97a7d97f1b683114090f36e93d3e9c2be854a80c5558599685115ae52 |
|
MD5 | 22e811b29c14a079301d248dd42fe51d |
|
BLAKE2b-256 | 3bdebf3f2ea79747c2cffba3438995b811795cc4a48bc2cff5b031f400cbe794 |