We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233ff0c commit 3ca85b9Copy full SHA for 3ca85b9
spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java
@@ -733,6 +733,7 @@ else if (!cachedConnection.isOpen()) {
733
return cachedConnection;
734
}
735
736
+ @Nullable
737
private ChannelCachingConnectionProxy waitForConnection(ChannelCachingConnectionProxy cachedConnection, long now) {
738
while (cachedConnection == null && System.currentTimeMillis() - now < this.channelCheckoutTimeout) {
739
if (countOpenConnections() >= this.connectionLimit) {
0 commit comments