Skip to content

Commit 961e442

Browse files
Port #2379 to pre-4.2 editions; formatting
1 parent abd454e commit 961e442

File tree

4 files changed

+14
-26
lines changed

4 files changed

+14
-26
lines changed

docs/shovel-dynamic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ the declaration process.
589589
<div>
590590
If set to an integer, then the shovel will transfer that
591591
number of messages before deleting itself. This option cannot
592-
be used in conjunction with <code>ack-mode : no-ack</code>.
592+
be used together with <code>ack-mode</code> set to <code>no-ack</code>.
593593
</div>
594594
</td>
595595
</tr>
@@ -842,7 +842,7 @@ counterparts.
842842
<div>
843843
If set to an integer, then the shovel will transfer that
844844
number of messages before deleting itself. This option cannot
845-
be used in conjunction with <code>ack-mode : no-ack</code>.
845+
be used in conjunction with <code>ack-mode</code>: <code>no-ack</code>.
846846
</div>
847847
</td>
848848
</tr>

versioned_docs/version-3.13/shovel-dynamic.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@ the declaration process.
534534
</div>
535535
<div>
536536
If set to an integer, then the shovel will transfer that
537-
number of messages before deleting itself.
537+
number of messages before deleting itself. This option cannot
538+
be used together with <code>ack-mode</code> set to <code>no-ack</code>.
538539
</div>
539540
</td>
540541
</tr>
@@ -792,14 +793,9 @@ counterparts.
792793
shovel should never delete itself.
793794
</div>
794795
<div>
795-
If set to <code>queue-length</code> then the shovel will
796-
measure the length of the source queue when starting up,
797-
and delete itself after it has transferred that many
798-
messages.
799-
</div>
800-
<div>
801796
If set to an integer, then the shovel will transfer that
802-
number of messages before deleting itself.
797+
number of messages before deleting itself. This option cannot
798+
be used in conjunction with <code>ack-mode</code>: <code>no-ack</code>.
803799
</div>
804800
</td>
805801
</tr>

versioned_docs/version-4.0/shovel-dynamic.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@ the declaration process.
598598
</div>
599599
<div>
600600
If set to an integer, then the shovel will transfer that
601-
number of messages before deleting itself.
601+
number of messages before deleting itself. This option cannot
602+
be used together with <code>ack-mode</code> set to <code>no-ack</code>.
602603
</div>
603604
</td>
604605
</tr>
@@ -855,14 +856,9 @@ counterparts.
855856
shovel should never delete itself.
856857
</div>
857858
<div>
858-
If set to <code>queue-length</code> then the shovel will
859-
measure the length of the source queue when starting up,
860-
and delete itself after it has transferred that many
861-
messages.
862-
</div>
863-
<div>
864859
If set to an integer, then the shovel will transfer that
865-
number of messages before deleting itself.
860+
number of messages before deleting itself. This option cannot
861+
be used in conjunction with <code>ack-mode</code>: <code>no-ack</code>.
866862
</div>
867863
</td>
868864
</tr>

versioned_docs/version-4.1/shovel-dynamic.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@ the declaration process.
598598
</div>
599599
<div>
600600
If set to an integer, then the shovel will transfer that
601-
number of messages before deleting itself.
601+
number of messages before deleting itself. This option cannot
602+
be used together with <code>ack-mode</code> set to <code>no-ack</code>.
602603
</div>
603604
</td>
604605
</tr>
@@ -855,14 +856,9 @@ counterparts.
855856
shovel should never delete itself.
856857
</div>
857858
<div>
858-
If set to <code>queue-length</code> then the shovel will
859-
measure the length of the source queue when starting up,
860-
and delete itself after it has transferred that many
861-
messages.
862-
</div>
863-
<div>
864859
If set to an integer, then the shovel will transfer that
865-
number of messages before deleting itself.
860+
number of messages before deleting itself. This option cannot
861+
be used in conjunction with <code>ack-mode</code>: <code>no-ack</code>.
866862
</div>
867863
</td>
868864
</tr>

0 commit comments

Comments
 (0)