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-rabbit/src/main/java/org/springframework/amqp/rabbit/config/SimpleRabbitListenerContainerFactory.java
+6-1
Original file line number
Diff line number
Diff line change
@@ -125,8 +125,13 @@ public void setReceiveTimeout(Long receiveTimeout) {
125
125
}
126
126
127
127
/**
128
-
* @param batchReceiveTimeout the timeout for gather batch messages.
128
+
* The number of milliseconds of timeout for gathering batch messages.
129
+
* It limits the time to wait to fill batchSize.
130
+
* Default is 0 (no timeout).
131
+
* @param batchReceiveTimeout the timeout for gathering batch messages.
0 commit comments