Replies: 1 comment 1 reply
-
Is the "certain time point" consistent, or reasonably consistent? In other words, do you stop getting "unblock" after a certain number of "block" notifications? Can you get a packet trace showing the point at which your client gets its last "unblock" followed by several "blocks"? That would tell us if it is a RabbitMQ problem or a client library problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone.
rabbitmq version:3.11.9
amqp-client:5.14.2
My client implements BlockedListener to listen to whether a connection is blocked.
The memory of the server frequently exceeds the high watermark due to a large number of queues.
At the same time, my client will receive the block connection and unblock notification.
However, from a certain time point, the listener of the client can receive only the block notification, and the unblock notification is not received.
Except the following logs, there are no other abnormal logs on the server. I do not know whether this is a known problem.
Beta Was this translation helpful? Give feedback.
All reactions