Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/shovel.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ and [Erlang AMQP 1.0](https://github.com/rabbitmq/rabbitmq-server/tree/main/deps
RabbitMQ 4.2 introduced a new protocol type, the `local` shovels. Local shovels do not
use any of the existing protocols to connect to the source or destination, but
use an internal API to consume and/or publish directly from the queues in the local
cluster. They can only be used on the cluster the shovel is being declared.
A local shovel shares most features and configuration with AMQP 0-9-1 shovels.
cluster. They can only be used on the cluster the shovel is being declared.
A local shovel shares most features and configuration with AMQP 0-9-1 shovels.

## Why Use Shovel {#benefits}

Expand Down Expand Up @@ -141,6 +141,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
automatically on receipt, after (re-)publication, or after
[confirmation of its publication](./confirms) from the destination server.

Messages rejected by the destination will be requeued in the case of AMQP 0-9-1
and local shovels. For AMQP 1.0, messages rejected by the destination will be dropped.

### Re-publishing

Most publishing and message properties are controlled by the operator.
Expand Down
3 changes: 3 additions & 0 deletions versioned_docs/version-3.13/shovel.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
automatically on receipt, after (re-)publication, or after
[confirmation of its publication](./confirms) from the destination server.

Messages rejected by the destination will be requeued in the case of AMQP 0-9-1.
For AMQP 1.0, messages rejected by the destination will be dropped.

### Re-publishing

Most publishing and message properties are controlled by the operator.
Expand Down
3 changes: 3 additions & 0 deletions versioned_docs/version-4.0/shovel.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
automatically on receipt, after (re-)publication, or after
[confirmation of its publication](./confirms) from the destination server.

Messages rejected by the destination will be requeued in the case of AMQP 0-9-1.
For AMQP 1.0, messages rejected by the destination will be dropped.

### Re-publishing

Most publishing and message properties are controlled by the operator.
Expand Down
3 changes: 3 additions & 0 deletions versioned_docs/version-4.1/shovel.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
automatically on receipt, after (re-)publication, or after
[confirmation of its publication](./confirms) from the destination server.

Messages rejected by the destination will be requeued in the case of AMQP 0-9-1.
For AMQP 1.0, messages rejected by the destination will be dropped.

### Re-publishing

Most publishing and message properties are controlled by the operator.
Expand Down