Skip to content

Python module that provides an easy way to create consumers of "messages" from STOMP-compatible messaging brokers

Notifications You must be signed in to change notification settings

ompemi/dirq-consumer

Repository files navigation

dirq-consumer

Overview

Python module that provides an easy way to create consumers of "messages" from STOMP-compatible messaging brokers (such as ActiveMQ/Apollo).

It relays on top of python-messaging and messaging.dirq (which uses stompclt). These libraries includes a transport independent message abstraction and several message queues/spools to locally store messages, using the underlying filesystem.

Install

To install this module, run the following command::

python setup.py install

Or create the rpm with::

make rpm

Documentation

How to use it

About

Python module that provides an easy way to create consumers of "messages" from STOMP-compatible messaging brokers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published