jasonrbriggs / stomp.py

“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ 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.
Apache License 2.0
491 stars 167 forks source link

fix: add websocket support #395

Closed mfmarche closed 1 year ago

mfmarche commented 2 years ago

Adds websocket support to stomp.py.

mfmarche commented 2 years ago

342 adds websocket support

jasonrbriggs commented 1 year ago

Merged belatedly. Thanks for the contribution.

mfmarche commented 1 year ago

thanks @jasonrbriggs . What is this repositories process for dev to get published to pypi.org?

jasonrbriggs commented 1 year ago

I plan to release it soon. But thinking that I would like to move the websocket support into stomp.adapter to keep things clean. Have that prepped locally but have a few other things to complete as well.