--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Would you mind posting the entire stack trace, a snippet of code where this happens and server logs?It's not possible to give an informed answer with the amount of information provided. Please help others help you.Timeouts in general cannot be avoided but it's very important to know what operation exactly times out."handshake_timeout" only matters for newly opened connections.Heartbeats are only somewhat related to client side timeouts and a detected heartbeat will trigger aconnection shutdown sequence: http://www.rabbitmq.com/api-guide.html.In fact, client operation timeout is usually lower than the heartbeat one, meaning the latter won't havea chance to kick in
On Tue, Jun 6, 2017 at 6:30 AM, LargeSully <huge...@gmail.com> wrote:
rabbitmq-java-client 3.5.3 -> https://github.com/rabbitmq/rabbitmq-java-client/issues/65I encounter this problem with amqp-client-4.1.0.jar.On client side, I have changed the default connection timeout and heartbeat to a big enough number.On server side, I have changed the handshake_timeout parameter in rabbitmq.conf to 600000, big enough I think. And I event changed tcp_keepalive_time tcp_keepalive_intvl tcp_keepalive_probes parameters.Without luck, error still occurs:Caused by: java.util.concurrent.TimeoutExceptionat com.rabbitmq.utility.BlockingCell.get(BlockingCell.java:77) ~[amqp-client-4.1.0.jar:4.1.0]Do I miss some parameters or configurations? Any help and advice will be appreciated.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.