rabbitmq/rabbitmq-java-client

Deadlock/hanging on JDK socket write

benchong913 opened this issue · 0 comments

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?