My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or JBoss Messaging) using the STOMP protocol (versions 1.0 and 1.1). It can also be run as a standalone, command-line client for testing.

A basic example of using stomp.py can be found here.

Documentation can be found here.

Please note that stomp.py was available as a single file (stomp.py), but as of version 2 is split into multiple files in a module directory (click this link if you still want access to this older version).

Select:

  • Version 3.0+ for both Python2.x and Python3.x
  • Version 2.0.x for Python2.x, or
  • Version 2.2+ for Python3.x

stomp.py has been perfunctorily tested on: ActiveMQ, RabbitMQ, stompserver, and has been reported to work with JBossMessaging. There is a bridge for Oracle AQ (see the bridge directory in the 3.x distribution for more information).

CONTRIBUTORS

  • Julian Scheid (Rising Sun Pictures - http://open.rsp.com.au)
  • Andreas Schobel
  • Fernando Ciciliati
  • Eugene Strulyov
  • Gavin M. Roy
  • Martin Pieuchot
  • Joe Gdaniec
  • Jayson Vantuyl

Powered by Google Project Hosting