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

Not streaming new messages #387

Open JaneSoo opened 2 years ago

JaneSoo commented 2 years ago

I have set up the API connection following the guide doc here (http://jasonrbriggs.github.io/stomp.py/api.html#dealing-with-disconnects) including handle disconnect and heartbeats. The consumer works well for some time and stays connected however it stops streaming new message frames although the server works properly. Does anyone know what could be the problem? I can verify that the Internet connection also works fine (Checking on both local and on Kubernetes).