Twisted STOMP client based upon the stompest API.
Project description
stomp, stomper, stompest!
This package provides the asynchronous STOMP client based upon the stompest library. It leverages the power of Twisted, a very mature and powerful asynchronous programming framework. The client supports destination specific message and error handlers (with default “poison pill” error handling), concurrent message processing, graceful shutdown, and connect, receipt, and disconnect timeouts.
Installation
You may install this package in any of the following ways: easy_install stompest.async, pip install stompest.async, or python setup.py install.
Questions or Suggestions?
Feel free to open an issue or post a question on the forum.
Acknowledgements
Version 1.x of stompest was written by Roger Hoover at Mozes and deployed in their production environment.
Kudos to Oisin Mulvihill, the developer of stomper! The idea of an abstract representation of the STOMP protocol lives on in stompest.
Documentation & Code Examples
The stompest API is fully documented here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.