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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfiguration.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,11 @@ public class RabbitProperties {
119
119
* Connection timeout. Set it to zero to wait forever.
120
120
*/
121
121
privateDurationconnectionTimeout;
122
+
123
+
/**
124
+
* Channel RPC timeout.
125
+
*/
126
+
privateDurationchannelRpcTimeout;
122
127
123
128
/**
124
129
* Cache configuration.
@@ -323,6 +328,10 @@ public void setPublisherReturns(boolean publisherReturns) {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/amqp/RabbitAutoConfigurationTests.java
0 commit comments