Skip to main content

STOMP message broker

Project description

CoilMQ is a STOMP message broker written in Python.

The provided server implementation for CoilMQ uses the Python SocketServer libraries; however, CoilMQ is only loosely coupled to this server implementation. It could be used with other socket implementations.

Two things worth noting:

  1. The CoilMQ core classes and bundled storage implementations are designed to be thread-safe.

  2. While this project could be used with asynchronous frameworks like Twisted, it is not explicitly designed to use the async patterns (e.g. using Twisted Deffered), which may make it impractical to use this with slow/blocking storage mechanisms (e.g. using db storage will cause all clients to block).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CoilMQ-0.2.tar.gz (36.3 kB view hashes)

Uploaded Source

Built Distributions

CoilMQ-0.2-py2.6.egg (122.2 kB view hashes)

Uploaded Source

CoilMQ-0.2-py2.5.egg (122.3 kB view hashes)

Uploaded Source

Supported by

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