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

stomp batch data collection issue #392

Open SamHexter opened 2 years ago

SamHexter commented 2 years ago

All is going well and I can connect to the api I want and draw data from messages, but for some reason I can only connect 4 'batches' of data before no more messages come through. I am still connected to the server and stomp is still subscribed, it just isn't getting the messages.