Source: python-stompy Section: python Priority: optional Maintainer: David Watson Build-Depends: debhelper (>= 7), dh-python, python-setuptools Standards-Version: 3.9.2 Homepage: http://pypi.python.org/pypi/stompy Package: python-stompy Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-nose (>= 0.11), python-dingus Description: Implementation of the STOMP protocol in Python This is useful for connecting to and communicating with Apache ActiveMQ (an open source Java Message Service (JMS) message broker) or other brokers with support for the STOMP protocol. . The majority of the methods available take a single argument; a dictionary. This dictionary should contain the necessary bits you need to pass to the STOMP server. It is outlined in each method exactly what it needs to work.