Skip to content

Commit f561839

Browse files
committed
Document shovel rejections in previous versions
1 parent 7ceb254 commit f561839

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

versioned_docs/version-3.13/shovel.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
128128
automatically 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

133136
Most publishing and message properties are controlled by the operator.

versioned_docs/version-4.0/shovel.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
134134
automatically 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

139142
Most publishing and message properties are controlled by the operator.

versioned_docs/version-4.1/shovel.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ The Shovel's consumer will [acknowledge](./confirms) messages
135135
automatically 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

140143
Most publishing and message properties are controlled by the operator.

0 commit comments

Comments
 (0)