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
495 stars 167 forks source link

WebSocket Stomp Client implementation #342

Closed ppratheesh closed 3 years ago

ppratheesh commented 3 years ago

Hi all, I am checking a solution for connecting my stomp python client to my rabbitmq broker through a WebSocket endpoint.But i couldn't figure out how to specify the path "/ws" where my rabbitmq WebSocket endpoint is available. Is there any method available for specifying the path ??

jasonrbriggs commented 3 years ago

No there's no method because stomp.py doesn't support websocket connections.