File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
main/java/com/rabbitmq/stream Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -467,8 +467,8 @@ Set the value to `Duration.ZERO` if there should be no timeout.
467467|10 seconds
468468
469469|`retryOnRecovery`
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.
470+ |Re-publish unconfirmed messages after recovering a connection.
471+ Set to false if do not want to re-publish unconfirmed messages after recovering a connection.
472472|true
473473|===
474474
Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ public interface ProducerBuilder {
134134 ProducerBuilder enqueueTimeout (Duration timeout );
135135
136136 /**
137- * Re-publish unconfirmed messages when restoring a connection.
137+ * Re-publish unconfirmed messages after recovering a connection.
138138 *
139139 * <p>Default is true.</p>
140140 *
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>
142142 *
143143 * @param retryOnRecovery
144144 * @return this builder instance
You can’t perform that action at this time.
0 commit comments