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:Leap:16.0:FactoryCandidates/python-stomp.py && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-stomp.py-8.0.0.tar.gz | 0000083729 81.8 KB | |
python-stomp.py.changes | 0000008076 7.89 KB | |
python-stomp.py.spec | 0000002065 2.02 KB |
Revision 11 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 954212
from
Sebastian Wagner (sebix)
(revision 11)
- Relieve python dependencies (replace ^ with >=). - remove need for two source tarballs, use only the github one with pyproject macros - update to version 8.0.0: * Add support for backwards compatible CONNECT in 1.1 and 1.2 protocols (https://github.com/jasonrbriggs/stomp.py/pull/348) * Flip DEFAULT_SSL_VERSION to use ssl.PROTOCOL_TLS rather than ssl.PROTOCOL_TLSv1 * Check SSL certificate for expiry if PyOpenSSL is installed * Remove deprecated constructor params (use_ssl, and other ssl params) * Minor cleanup (remove debian packaging config, since it didn't work any more) * Add log_to_stdout method to force command line logging to stdout (useful for testing) * Various updates for docker testing * Add mac keepalive functionality * Minor update to daemon attribute (https://github.com/jasonrbriggs/stomp.py/pull/361) * Fix issue with heartbeat listener disconnecting the socket (https://github.com/jasonrbriggs/stomp.py/issues/219 - https://github.com/jasonrbriggs/stomp.py/pull/369)
Comments 0