channel.open timeout #2841
Replies: 3 comments 6 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
We don't have much information to work with here but this timeout is client-side and can be increased. The default in modern versions is substantial, though (10 minutes). See server logs for any potential clues such as channel exceptions, and runtime metrics for signs of possible CPU resource starvation. |
Beta Was this translation helpful? Give feedback.
-
I now see this is for |
Beta Was this translation helpful? Give feedback.
-
com.rabbitmq.client.ChannelContinuationTimeoutException: Continuation call for method #method<channel.open>(out-of-band=)on channel AMQChannel (amqp://xxx@ip:5672/xxx,4)(#4) time out
at com.rabbitmq.client.impl.AMQChannel.wrapTimeoutException(AMQChannel.java:308)
.........
channel.open the number 4 often fail
Beta Was this translation helpful? Give feedback.
All reactions