Python STOMP client
https://github.com/jasonrbriggs/stomp.py
A Python client library for accessing messaging servers (such as ActiveMQ, Apollo or RabbitMQ) using the STOMP protocol versions 1.0, 1.1 and 1.2. It can also be run as a standalone, command-line client for testing.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-stomp.py && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-stomp.py.changes | 0000008887 8.68 KB | |
python-stomp.py.spec | 0000002305 2.25 KB | |
stomp.py-8.1.0.tar.gz | 0000039808 38.9 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1070844
from
Sebastian Wagner (sebix)
(revision 13)
- Update to version 8.1.0: - Remove ssl expiration check as per PR: #380 - Change deprecated PROTOCOL_TLS to PROTOCOL_TLS_CLIENT - Mock dns responses for testing: #383 - Support for connection over websocket: #395 - Add default arg for try_setsockopt (#391) - Updating log levels (#401) - General tidy up of log messages
Comments 0