“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.
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 ??
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 ??