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.
To install this module, run the following command::
python setup.py install
Or create the rpm with::
make rpm