File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
134134automatically on receipt, after (re-)publication, or after
135135[ confirmation of its publication] ( ./confirms ) from the destination server.
136136
137+ Messages rejected by the destination, will be requeued in the case of AMQP 0-9-1
138+ and local shovels. For AMQP 1.0, messages rejected by the destination will be dropped.
139+
137140### Re-publishing
138141
139142Most publishing and message properties are controlled by the operator.
Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
135135automatically on receipt, after (re-)publication, or after
136136[ confirmation of its publication] ( ./confirms ) from the destination server.
137137
138+ Messages rejected by the destination, will be requeued in the case of AMQP 0-9-1
139+ and local shovels. For AMQP 1.0, messages rejected by the destination will be dropped.
140+
138141### Re-publishing
139142
140143Most publishing and message properties are controlled by the operator.
You can’t perform that action at this time.
0 commit comments