Deadlock/hanging on JDK socket write #973
benchong913
started this conversation in
General
Replies: 1 comment 3 replies
-
Using the latest JDK and the latest RabbitMQ Java client is always recommended. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Java Version: OpenJDK 17.0.2 2022-01-18 LTS
RabbitMQ Client Version: 4.12.0
We had a situation very similar to this problem at production.
#236
We had try to set the connectionFactory to use NIO but there are some Exception during reading frames
Such as
IOException reached EOF
,SSLProtocolException Input record too big
It seem not quick stable
SSLProtocolException may be the JDK problem
https://bugs.openjdk.org/browse/JDK-8227651
Do you have any suggestion like upgrade the RabbitMQ Client version to which version or keep using the NIO or else?
Beta Was this translation helpful? Give feedback.
All reactions