File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
128128automatically on receipt, after (re-)publication, or after
129129[ confirmation of its publication] ( ./confirms ) from the destination server.
130130
131+ Messages rejected by the destination, will be requeued in the case of AMQP 0-9-1.
132+ For AMQP 1.0, messages rejected by the destination will be dropped.
133+
131134### Re-publishing
132135
133136Most publishing and message properties are controlled by the operator.
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+ 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+ 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