You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/tutorials/tutorial-two-spring-amqp.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ set to 1 the behavior would be the round robin delivery as described above.
388
388
>
389
389
> In most of the cases `prefetchCount` equal to 1 would be too conservative and severely
390
390
> limit consumer throughput.
391
-
> A couple of cases where this configuration is applicable can be found in [Spring AMQP Consumer Documentation](https://docs.spring.io/spring-amqp/reference/#async-consumer)
391
+
> A couple of cases where this configuration is applicable can be found in [Spring AMQP Consumer Documentation](https://docs.spring.io/spring-amqp/reference/amqp/containerAttributes.html#prefetchCount)
392
392
>
393
393
> For more details on prefetch, please refer to the [Consumer Acknowledgements guide](../confirms.html#channel-qos-prefetch).
0 commit comments