Replies: 2 comments
-
RabbitMQ does not implement TCP. We do not have any evidence provided that would demonstrate this is due to something in RabbitMQ and not a well known phenomenon of how TCP implements connection termination, with an explicit and non-configurable 60s period in the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@zsharon75 EasyNetQ.dll is probably making HTTP API requests and not closing the connections gracefully. It would be great if you could provide code we can compile and run to see the same behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
After working with RabbitMQ on load system - it was noticed that Management Connections are kept open in TCP level -
Using NetStat we observed >6600 connections (which most likely can be considered zombie) on RabbitMQ side - where on client Application side there were only ~150 connections
Client Application Side (NETSTAT)
RabbitMQ Network side (NETSTAT)
Reproduction steps
Expected behavior
RabbitMQ should properly close TCP connection on server side.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions