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

Virtual Topics #363

Open shoegazerstella opened 3 years ago

shoegazerstella commented 3 years ago

Is there any support or example I can check that implements the Virtual Topics feature? Thanks a lot in advance!