File tree 2 files changed +3
-3
lines changed
main/java/com/rabbitmq/stream
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ Set the value to `Duration.ZERO` if there should be no timeout.
468
468
469
469
|`retryOnRecovery`
470
470
|Re-publish unconfirmed messages when restoring a connection.
471
- Set to false if do not want to re-publish unconfirmed messages when restoring a connection.
471
+ Set to false if do not want to re-publish unconfirmed messages after recovering a connection.
472
472
|true
473
473
|===
474
474
Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ public interface ProducerBuilder {
134
134
ProducerBuilder enqueueTimeout (Duration timeout );
135
135
136
136
/**
137
- * Re-publish unconfirmed messages when restoring a connection.
137
+ * Re-publish unconfirmed messages after recovering a connection.
138
138
*
139
139
* <p>Default is true.</p>
140
140
*
141
- * <p>Set to false if do not want to re-publish unconfirmed messages when restoring a connection.</p>
141
+ * <p>Set to false if do not want to re-publish unconfirmed messages after recovering a connection.</p>
142
142
*
143
143
* @param retryOnRecovery
144
144
* @return this builder instance
You can’t perform that action at this time.
0 commit comments