Skip to main content

message queuing for Python

Project description

SnakeMQ is a small cross-platform Python library for easy and reliable communication between hosts.

[![Build Status](https://travis-ci.org/dsiroky/snakemq.svg?branch=master)](https://travis-ci.org/dsiroky/snakemq)

# Features
  • pure Python, cross-platform

  • automatic reconnect

  • keep-alive for idle connections

  • reliable delivery - configurable message role and delivery timeout

  • persistent/transient queues

  • asynchronous - polling

  • symmetrical - single TCP connection for duplex communication

  • multiple storage options - SQLite, MongoDB, …

  • brokerless - similar philosophy like [ZeroMQ](http://www.zeromq.org/)

  • additional modules - RPC, bandwidth throttling

Tested and working with Python versions: 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, pypy

# Homepage <https://github.com/dsiroky/snakemq>

# Forum & bugs & issues
# Download

# Documentation <https://snakemq.readthedocs.io/en/latest/>

# Changelog <https://snakemq.readthedocs.io/en/latest/changelog.html>

# Notes Python 3.5 has broken SSL support.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page