Subscribers/consumers silently disconnect from the queue leaving the app in an infinite loop #1120
Replies: 2 comments 14 replies
-
Hello, thanks for using this library and for the issue report. Please note that I used GitHub Markdown's It would be helpful to know the version of this software in your environment:
It would also be helpful to know WHEN your client is disconnected so it can be found in the RabbitMQ log file. These are the log lines that probably correspond to your client being disconnected:
This is due to how your code is calling |
Beta Was this translation helpful? Give feedback.
-
I have re-read this discussion. I can't offer to provide in-person assistance unless someone has a RabbitMQ support contract with VMware (since that's my job). In order for me to continue assisting you, I need to have the following:
Here is a document I put together a while ago that outlines best practices for reporting RabbitMQ issues - https://github.com/rabbitmq/support-tools/blob/main/docs/Reporting_RabbitMQ_Issues.md |
Beta Was this translation helpful? Give feedback.
-
Version(s) affected: x.y.z
Description
The subscribers silently disconnect from the queue without throwing any error or giving any message. Is just remaining in the wait method. I am running the scripts in a docker container, which is running in a virtual machine.
How to reproduce
Possible Solution
I have been struggling for months. My solution is to restart the physical server every 30 minutes
Additional context
General info
There are two types of errros in the below logs (ssl and TCP connection)
Beta Was this translation helpful? Give feedback.
All reactions