You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: