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.
For specifics on the protocol, see the STOMP protocol specification_.
This library is basically a Python implementation of Perl’s Net::Stomp_.
To enable the ActiveMQ_ Broker for STOMP_ add the following to the
activemq.xml configuration::
<connector>
<serverTransport uri="stomp://localhost:61613"/>
</connector>
See http://bitbucket.org/benjaminws/python-stomp/ for latest code.
… _ActiveMQ: http://activemq.apache.org/
… _Java Message Service: http://java.sun.com/products/jms/
… _STOMP: http://stomp.codehaus.org/
… _STOMP protocol specification: http://stomp.codehaus.org/Protocol
… _Net::Stomp: http://search.cpan.org/perldoc?Net::Stomp
Thanks for patches and support go out to:
Ask Solem Hoel (asksol) http://github.com/ask
Victor Ng (crankycoder) http://crankycoder.com/
Justin Azoff (justinazoff) http://www.bouncybouncy.net/