“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.
Provides the ability to get the original headers of a message (so if the headers are modified by a listener, you can always refer back to the original). Fix for https://github.com/jasonrbriggs/stomp.py/issues/300
Provides the ability to get the original headers of a message (so if the headers are modified by a listener, you can always refer back to the original). Fix for https://github.com/jasonrbriggs/stomp.py/issues/300