What is the default "connection-timeout" value ? #2424
Unanswered
sub-bucket
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Spring Boot auto-configuration delegates to the
That one, in turn, to the
And this one has a default like this:
Not sure what difference it makes for you, but probably a connection problem is not related to this timeout value. Please, consider next time to ask questions on StackOverflow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm a programmer from china , i try to study rabbimtmq ,i use springboot ,but when i didn't set the key "spring.rabbitmq.connection-timeout", i can't connect to the rabbitmq server, so i set the key to 30000ms, it works.
and i read the sources ,i didn't find where is the default value for "spring.rabbitmq.connection-timeout", can you tell me where is
the default value is seted.
thanks
Beta Was this translation helpful? Give feedback.
All reactions