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
This problem make us cannot send the ticket to MTS or recvice any response.
Also, since the socket is stuck, it cannot let us to reconnect to RabbitMQ immediately when missing the heartbeat.
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
SDK Version: 2.4.1.1
We had a situation very similar to this problem at production.
rabbitmq/rabbitmq-java-client#236
This problem make us cannot send the ticket to MTS or recvice any response.
Also, since the socket is stuck, it cannot let us to reconnect to RabbitMQ immediately when missing the heartbeat.
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 or keep using the NIO or else?
The text was updated successfully, but these errors were encountered: