Skip to content

Latest commit

 

History

History
executable file
·
25 lines (15 loc) · 793 Bytes

File metadata and controls

executable file
·
25 lines (15 loc) · 793 Bytes

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