Skip to content

Commit abd454e

Browse files
committed
Shovels: document delete-after & no-ack incompatibility
Remove src-delete-after:queue-length option for amqp10. It was never supported
1 parent 73be282 commit abd454e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/shovel-dynamic.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@ the declaration process.
588588
</div>
589589
<div>
590590
If set to an integer, then the shovel will transfer that
591-
number of messages before deleting itself.
591+
number of messages before deleting itself. This option cannot
592+
be used in conjunction with <code>ack-mode : no-ack</code>.
592593
</div>
593594
</td>
594595
</tr>
@@ -838,15 +839,10 @@ counterparts.
838839
The default is <code>never</code>, meaning the
839840
shovel should never delete itself.
840841
</div>
841-
<div>
842-
If set to <code>queue-length</code> then the shovel will
843-
measure the length of the source queue when starting up,
844-
and delete itself after it has transferred that many
845-
messages.
846-
</div>
847842
<div>
848843
If set to an integer, then the shovel will transfer that
849-
number of messages before deleting itself.
844+
number of messages before deleting itself. This option cannot
845+
be used in conjunction with <code>ack-mode : no-ack</code>.
850846
</div>
851847
</td>
852848
</tr>
@@ -922,7 +918,8 @@ the declaration process.
922918
</div>
923919
<div>
924920
If set to an integer, then the shovel will transfer that
925-
number of messages before deleting itself.
921+
number of messages before deleting itself. This option cannot
922+
be used in conjunction with <code>ack-mode : no-ack</code>.
926923
</div>
927924
</td>
928925
</tr>

0 commit comments

Comments
 (0)