Skip to content

Commit 1955439

Browse files
authored
Remove dead link
Someone deleted rabbitmq/rabbitmq-server#11955 apparently.
1 parent df31029 commit 1955439

File tree

1 file changed

+1
-1
lines changed
  • blog/2024-09-02-amqp-flow-control

1 file changed

+1
-1
lines changed

blog/2024-09-02-amqp-flow-control/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The receiver is allowed to dynamically increase or decrease the amount of link c
119119

120120
This is a great advantage of link flow control in AMQP 1.0 over [consumer prefetch](/docs/consumer-prefetch) in AMQP 0.9.1.
121121
In AMQP 0.9.1, the [basic.qos](https://github.com/rabbitmq/amqp-0.9.1-spec/blob/main/pdf/amqp-xml-doc0-9-1.pdf) method applies to **all** consumers on the given [AMQP 0.9.1 channel](/docs/channels).
122-
Furthermore, dynamically updating the consumer prefetch is not possible or convenient, as discussed in [#10174](https://github.com/rabbitmq/rabbitmq-server/discussions/10174) and [#11955](https://github.com/rabbitmq/rabbitmq-server/discussions/11955).
122+
Furthermore, dynamically updating the consumer prefetch is not possible or convenient, as discussed in [#10174](https://github.com/rabbitmq/rabbitmq-server/discussions/10174).
123123

124124
:::
125125

0 commit comments

Comments
 (0)