File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ and [Erlang AMQP 1.0](https://github.com/rabbitmq/rabbitmq-server/tree/main/deps
5959RabbitMQ 4.2 introduced a new protocol type, the ` local ` shovels. Local shovels do not
6060use any of the existing protocols to connect to the source or destination, but
6161use an internal API to consume and/or publish directly from the queues in the local
62- cluster. They can only be used on the cluster the shovel is being declared.
63- A local shovel shares most features and configuration with AMQP 0-9-1 shovels.
62+ cluster. They can only be used on the cluster the shovel is being declared.
63+ A local shovel shares most features and configuration with AMQP 0-9-1 shovels.
6464
6565## Why Use Shovel {#benefits}
6666
@@ -141,6 +141,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
141141automatically on receipt, after (re-)publication, or after
142142[ confirmation of its publication] ( ./confirms ) from the destination server.
143143
144+ Messages rejected by the destination will be requeued in the case of AMQP 0-9-1
145+ and local shovels. For AMQP 1.0, messages rejected by the destination will be dropped.
146+
144147### Re-publishing
145148
146149Most publishing and message properties are controlled by the operator.
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